mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
<%=
|
|
react_component(
|
|
'Board',
|
|
{
|
|
board: @board,
|
|
isLoggedIn: user_signed_in?,
|
|
isPowerUser: user_signed_in? ? current_user.moderator? : false,
|
|
tenantSetting: @tenant_setting,
|
|
authenticityToken: form_authenticity_token
|
|
}
|
|
)
|
|
%> |