diff --git a/app/views/polls/index.html.erb b/app/views/polls/index.html.erb index d3c7a8031..0d278a8ba 100644 --- a/app/views/polls/index.html.erb +++ b/app/views/polls/index.html.erb @@ -18,7 +18,7 @@ <% @polls.each do |poll| %>
-
+

<%= link_to poll.name, poll %>

<%= poll_dates(poll) %>

    @@ -27,7 +27,7 @@ <% end %>
-
+
<% if can? :answer, poll %> <%= link_to t("polls.index.participate_button"), poll, class: "button" %> <% else %>