Files
grecia/app/views/communities/_poll.html.erb
Javi Martín f9ed186909 Add rubocop spacing rules
We were following these rules in most places; we just didn't define them
anywhere.
2019-09-10 21:04:56 +02:00

11 lines
276 B
Plaintext

<div class="community-poll">
<h4>
<%= link_to poll.title, proposal_poll_path(@community.proposal, poll) %>
</h4>
<p class="topic-info">
<%= t("communities.poll.take_part",
from: l(poll.starts_at.to_date), to: (poll.ends_at.to_date)) %>
</p>
</div>