mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Refactor stylesheets
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<%=
|
||||
react_component(
|
||||
'Board/Board',
|
||||
'Board',
|
||||
{
|
||||
board: @board,
|
||||
isLoggedIn: user_signed_in?,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<%=
|
||||
react_component(
|
||||
'Roadmap/Roadmap',
|
||||
'Roadmap',
|
||||
{
|
||||
postStatuses: @post_statuses,
|
||||
posts: @posts,
|
||||
|
||||
Reference in New Issue
Block a user