mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
* Make it possible to embed the roadmap in iframe * Add board and status filters * Add query params to show/hide roadmap filters
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
<div class="twoColumnsContainer">
|
|
<%= render 'menu' %>
|
|
<div>
|
|
<%=
|
|
react_component(
|
|
'SiteSettings/Roadmap',
|
|
{
|
|
embeddedRoadmapUrl: get_url_for(method(:embedded_roadmap_url)),
|
|
authenticityToken: form_authenticity_token
|
|
}
|
|
)
|
|
%>
|
|
</div>
|
|
</div> |