Files
nairobi/app/views/pages/help/how_to_use/index.html.erb
2018-02-14 16:00:01 +01:00

14 lines
324 B
Plaintext

<% content_for :canonical do %>
<%= render "shared/canonical", href: how_to_use_url %>
<% end %>
<div class="row margin-top">
<div class="text small-12 column">
<%= back_link_to help_path %>
<h1><%= t('pages.help.titles.how_to_use') %></h1>
<%= markdown t('pages.help.how_to_use.text') %>
</div>
</div>