mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
12 lines
595 B
Plaintext
12 lines
595 B
Plaintext
<div class="sidebar">
|
|
<div class="sidebarCard">
|
|
<span class="boxTitleText">Site Settings</span>
|
|
<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>
|
|
</div>
|
|
</div> |