removes question link on polls index

This commit is contained in:
decabeza
2017-10-03 20:24:10 +02:00
parent 1b3cdc181d
commit ad08303dfd

View File

@@ -51,7 +51,7 @@
<%= poll_dates(poll) %>
<ul class="margin-top">
<% poll.questions.each do |question| %>
<li><%= link_to question.title, question_path(question) %></li>
<li><%= question.title %></li>
<% end %>
</ul>
<% end %>