Files
grecia/app/views/pages/help/_polls.html.erb
Javi Martín 629e208e9d Add and apply ArgumentAlignment rubocop rule
We're choosing the default `with_first_argument` style because it's the
one we use the most.
2023-08-18 14:56:16 +02:00

14 lines
486 B
Plaintext

<%= render Pages::Help::SectionComponent.new("polls") do %>
<p>
<%= sanitize(t("pages.help.polls.description",
link: link_to(t("pages.help.polls.link"), polls_path))) %>
</p>
<ul class="features">
<li>
<%= sanitize(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))) %>
</li>
</ul>
<% end %>