Files
nairobi/app/views/pages/help/_other.html.erb
2018-01-30 19:10:48 +01:00

10 lines
399 B
Plaintext

<h3 id="other" data-magellan-target="other"><%= t("pages.help.other.title") %></h3>
<ul class="features">
<li><%= link_to t("pages.help.other.how_to_use", org_name: setting['org_name']), how_to_use_path %></li>
<% SiteCustomization::Page.with_more_info_flag.with_same_locale.each do |custom_page| %>
<li><%= link_to custom_page.title, page_path(custom_page.slug) %></li>
<% end %>
</ul>