diff --git a/app/views/polls/questions/_answers.html.erb b/app/views/polls/questions/_answers.html.erb index c7effd0c0..c88156b68 100644 --- a/app/views/polls/questions/_answers.html.erb +++ b/app/views/polls/questions/_answers.html.erb @@ -2,7 +2,7 @@ <% if can? :answer, question %> <% question.valid_answers.each do |answer| %> <% if @answers_by_question_id[question.id] == answer %> -
-
- <%= link_to @question.author.name, @question.author, class: "margin-bottom" %>
+
+ <%= link_to @question.author.name, @question.author %>
-
- <%= t('poll_questions.show.dates_title') %>
+
+ <%= t('poll_questions.show.poll') %>
+
+
+ <%= link_to @question.poll.name, @question.poll %>
+
+
+ <%= t('poll_questions.show.dates_title') %>
+
+
+ <%= poll_dates(@question.poll) %>
<%= poll_dates(@question.poll) %>
-<% if @question.poll.current? %>