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

19 lines
692 B
Plaintext

<div class="row section-content">
<div class="small-12 column">
<h3 id="polls" data-magellan-target="polls"><%= t("pages.help.polls.title") %></h3>
<p>
<%= t("pages.help.polls.description",
link: link_to(t("pages.help.polls.link"), polls_path)).html_safe %>
</p>
<ul class="features">
<li>
<%= t("pages.help.polls.feature_1",
link: link_to(t("pages.help.polls.feature_1_link", org_name: setting['org_name']),
new_user_registration_path)).html_safe %>
</li>
<li><%= t("pages.help.polls.feature_2") %></li>
<li><%= t("pages.help.polls.feature_3") %></li>
</ul>
</div>
</div>