Files
grecia/app/views/pages/more_info/_other.html.erb
2017-06-07 18:28:12 +02:00

10 lines
392 B
Plaintext

<h3 id="other" data-magellan-target="other"><%= t("pages.more_info.other.title") %></h3>
<ul class="features">
<li><%= link_to t("pages.more_info.other.how_to_use", org_name: setting['org_name']), how_to_use_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>