Files
astuto/app/views/boards/show.html.erb
2019-09-02 14:32:57 +02:00

10 lines
166 B
Plaintext

<%=
react_component(
'Board/Board',
{
board: @board,
isLoggedIn: user_signed_in?,
authenticityToken: form_authenticity_token,
}
)
%>