changes more information to more info

This commit is contained in:
Alberto Garcia Cabeza
2017-04-04 18:01:30 +02:00
parent 7fd3bc8d77
commit 533a7492a1
14 changed files with 29 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
<div data-alert class="callout primary">
<%= t("debates.new.info",
info_link: link_to(t("debates.new.info_link"), new_proposal_path )).html_safe %>
<%= link_to "/more_information", title: t('shared.target_blank_html'), target: "_blank" do %>
<%= link_to more_info_path, title: t('shared.target_blank_html'), target: "_blank" do %>
<strong><%= t("debates.new.more_info") %></strong>
<% end %>
</div>