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

24 lines
784 B
Plaintext

<div class="row section-content">
<div class="small-12 column">
<h3 id="proposals" data-magellan-target="proposals">
<%= t("pages.help.proposals.title") %>
</h3>
<p>
<%= t("pages.help.proposals.description",
link: link_to(t("pages.help.proposals.link"), proposals_path)).html_safe %>
</p>
<ul class="features">
<li>
<%= t("pages.help.proposals.feature_html",
org: setting['org_name'],
supports: setting['votes_for_proposal_success']).html_safe %>
</li>
</ul>
<figure>
<%= image_tag "help/proposals_#{I18n.locale}.png", alt: t("pages.help.proposals.image_alt") %>
<figcaption><%= t("pages.help.proposals.figcaption_html") %></figcaption>
</figure>
</div>
</div>