mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
11 lines
513 B
Plaintext
11 lines
513 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: 'Post statuses', path: site_settings_post_statuses_path %>
|
|
<%= render 'menu_link', label: 'Widgets', path: '#' %>
|
|
</div>
|
|
</div>
|
|
</div> |