mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add new post form
This commit is contained in:
@@ -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,
|
||||
}
|
||||
)
|
||||
%>
|
||||
Reference in New Issue
Block a user