mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Improve roadmap (#405)
* Make it possible to embed the roadmap in iframe * Add board and status filters * Add query params to show/hide roadmap filters
This commit is contained in:
committed by
GitHub
parent
2e07f7b00d
commit
5780d8494e
@@ -24,6 +24,7 @@ Rails.application.routes.draw do
|
||||
root to: 'static_pages#root'
|
||||
|
||||
get '/roadmap', to: 'static_pages#roadmap'
|
||||
get '/embedded_roadmap', to: 'static_pages#embedded_roadmap'
|
||||
get '/pending-tenant', to: 'static_pages#pending_tenant'
|
||||
get '/blocked-tenant', to: 'static_pages#blocked_tenant'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user