removes unnecessary blank space 😅

This commit is contained in:
decabeza
2017-10-21 20:07:13 +02:00
parent 5ebd630b27
commit 3f2189b124

View File

@@ -24,7 +24,7 @@
<%- question.question_answers.each do |answer| %>
<th scope="col" <%= answer.most_voted? ? "class=win" : "" %>>
<% if answer.most_voted %>
<span class="show-for-sr"><%= t ("polls.show.results.most_voted_answer") %></span>
<span class="show-for-sr"><%= t("polls.show.results.most_voted_answer") %></span>
<% end %>
<%= answer.title %>
</th>