Minor fixes

Fixed subnavigation active links and button to create new proposal.
This commit is contained in:
María Checa
2017-09-21 16:18:08 +02:00
parent ba041f90c8
commit 6c1c71fcc9
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
<li>
<%= layout_menu_link_to t("layouts.header.proposals"),
proposals_path,
controller_name == 'proposals',
controller_name == 'proposals' && !controller.class.parent == Legislation,
accesskey: "2",
title: t("shared.go_to_page") + t("layouts.header.proposals") %>
</li>