Files
grecia/app/views/pages/more_info/_other.html.erb
2017-04-06 16:59:58 +02:00

12 lines
545 B
Plaintext

<h3 id="other" data-magellan-target="other">Otra información de interés</h3>
<ul class="features">
<li><%= link_to t("pages.more_info.other.how_to_use", org_name: setting['org_name']), faq_path %></li>
<li><%= link_to t("pages.more_info.other.facts"), participation_facts_path %></li>
<li><%= link_to t("pages.more_info.other.world"), participation_world_path %></li>
<% SiteCustomization::Page.with_more_info_flag.each do |custom_page| %>
<li><%= link_to custom_page.title, page_path(custom_page.slug) %></li>
<% end %>
</ul>