Sub nav content positions
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<div class="small-12 medium-9 column">
|
||||
<ul>
|
||||
<%= raw content_block("subnavigation_before", I18n.locale) %>
|
||||
|
||||
<% if feature?(:debates) %>
|
||||
<li>
|
||||
<%= layout_menu_link_to t("layouts.header.debates"),
|
||||
@@ -59,5 +61,7 @@
|
||||
class: ("is-active" if current_page?(help_path)),
|
||||
title: t("shared.go_to_page") + t("layouts.header.help") %>
|
||||
</li>
|
||||
|
||||
<%= raw content_block("subnavigation_after", I18n.locale) %>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user