Sub nav content positions

This commit is contained in:
Ziyan Junaideen
2018-07-23 12:29:53 +05:30
parent 4be40b9e5d
commit b95aa5d912

View File

@@ -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>