Files
nairobi/app/components/pages/help/section_component.html.erb
2021-05-29 14:34:46 +02:00

17 lines
452 B
Plaintext

<div class="row section-content">
<div class="small-12 column">
<h3 id="<%= section %>" data-magellan-target="<%= section %>">
<%= t("pages.help.#{section}.title") %>
</h3>
<%= content %>
<% if image_path %>
<figure>
<%= image_tag image_path, alt: t("pages.help.#{section}.image_alt") %>
<figcaption><%= t("pages.help.#{section}.figcaption") %></figcaption>
</figure>
<% end %>
</div>
</div>