mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add first version of roadmap
This commit is contained in:
@@ -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>
|
||||
@@ -1,3 +0,0 @@
|
||||
<h2>Home</h2>
|
||||
|
||||
<p>This is the home page of the website Astuto.</p>
|
||||
12
app/views/static_pages/roadmap.html.erb
Normal file
12
app/views/static_pages/roadmap.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<h2>Roadmap</h2>
|
||||
|
||||
<%=
|
||||
react_component(
|
||||
'Roadmap/Roadmap',
|
||||
{
|
||||
postStatuses: @post_statuses,
|
||||
posts: @posts,
|
||||
boards: @boards,
|
||||
}
|
||||
)
|
||||
%>
|
||||
Reference in New Issue
Block a user