Refactor stylesheets

This commit is contained in:
riggraz
2019-09-02 19:59:55 +02:00
parent 86286b634d
commit 66dde5ee91
15 changed files with 139 additions and 155 deletions

View File

@@ -1,6 +1,6 @@
<%=
react_component(
'Board/Board',
'Board',
{
board: @board,
isLoggedIn: user_signed_in?,

View File

@@ -2,7 +2,7 @@
<%=
react_component(
'Roadmap/Roadmap',
'Roadmap',
{
postStatuses: @post_statuses,
posts: @posts,