mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
|
|
<h2>Roadmap</h2>
|
||
|
|
|
||
|
|
<%=
|
||
|
|
react_component(
|
||
|
|
'Roadmap/Roadmap',
|
||
|
|
{
|
||
|
|
postStatuses: @post_statuses,
|
||
|
|
posts: @posts,
|
||
|
|
boards: @boards,
|
||
|
|
}
|
||
|
|
)
|
||
|
|
%>
|