mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
* Make it possible to embed the roadmap in iframe * Add board and status filters * Add query params to show/hide roadmap filters
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
<%=
|
|
react_component(
|
|
'Roadmap',
|
|
{
|
|
postStatuses: @post_statuses,
|
|
posts: @posts,
|
|
boards: @boards,
|
|
isEmbedded: @is_embedded
|
|
}
|
|
)
|
|
%> |