mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add Boards management to sitesettings (#107)
This commit is contained in:
committed by
GitHub
parent
7b8a4d6709
commit
6be2394dc5
@@ -4,6 +4,7 @@
|
||||
<div class="verticalNavigation" role="tablist" aria-orientation="vertical">
|
||||
<%= render 'menu_link', label: 'General', path: site_settings_general_path %>
|
||||
<%= render 'menu_link', label: 'Appearance', path: '#' %>
|
||||
<%= render 'menu_link', label: 'Boards', path: site_settings_boards_path %>
|
||||
<%= render 'menu_link', label: 'Post statuses', path: site_settings_post_statuses_path %>
|
||||
<%= render 'menu_link', label: 'Widgets', path: '#' %>
|
||||
</div>
|
||||
|
||||
13
app/views/site_settings/boards.html.erb
Normal file
13
app/views/site_settings/boards.html.erb
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="multiColumnContainer">
|
||||
<%= render 'menu' %>
|
||||
<div class="multiRowContent">
|
||||
<%=
|
||||
react_component(
|
||||
'SiteSettings/Boards',
|
||||
{
|
||||
authenticityToken: form_authenticity_token
|
||||
}
|
||||
)
|
||||
%>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user