Removes highlights link

This commit is contained in:
Alberto Garcia Cabeza
2015-10-30 14:47:49 +01:00
parent 9465c1ccb3
commit 716a5acd1f
4 changed files with 5 additions and 4 deletions

View File

@@ -60,7 +60,6 @@
<div class="row-full subnavigation-container">
<section class="subnavigation row">
<div class="small-12 medium-8 column">
<%= link_to t("layouts.header.highlights"), highlights_path, class: ("active" if current_page? highlights_path) %>
<%= link_to t("layouts.header.debates"), debates_path, class: ("active" if current_page?(controller: "/debates")) %>
<%= link_to t("layouts.header.proposals"), proposals_path, class: ("active" if current_page?(controller: "/proposals")) %>
<%= link_to t("layouts.header.more_information"), "/more_information", class: ("active" if current_page?("/more_information")) %>