Add first version of roadmap

This commit is contained in:
riggraz
2019-08-26 14:29:56 +02:00
parent 5cf71687c8
commit 98b5b97a4e
17 changed files with 255 additions and 29 deletions

View File

@@ -1,6 +1,2 @@
<h1><%= @board.name %></h1>
<p><%= @board.description %></p>
<%=
react_component('Hello', { name: 'TypeScript on React on Rails' })
%>
<p><%= @board.description %></p>

View File

@@ -1,3 +0,0 @@
<h2>Home</h2>
<p>This is the home page of the website Astuto.</p>

View File

@@ -0,0 +1,12 @@
<h2>Roadmap</h2>
<%=
react_component(
'Roadmap/Roadmap',
{
postStatuses: @post_statuses,
posts: @posts,
boards: @boards,
}
)
%>