mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
<%=
|
|
react_component(
|
|
'Board',
|
|
{
|
|
board: @board,
|
|
isLoggedIn: user_signed_in?,
|
|
authenticityToken: form_authenticity_token,
|
|
}
|
|
)
|
|
%> |