Add new post form

This commit is contained in:
riggraz
2019-09-02 14:32:57 +02:00
parent 4cb60cf2ed
commit edacfb1a4f
16 changed files with 397 additions and 2 deletions

View File

@@ -1,2 +1,10 @@
<h1><%= @board.name %></h1>
<p><%= @board.description %></p>
<%=
react_component(
'Board/Board',
{
board: @board,
isLoggedIn: user_signed_in?,
authenticityToken: form_authenticity_token,
}
)
%>