mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +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,
|
|
}
|
|
)
|
|
%> |