removes total question count text on polls show
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
<%= back_link_to polls_path %>
|
||||
|
||||
<h2><%= @poll.name %></h2>
|
||||
<p>
|
||||
<%= t("polls.show.question_count_html",
|
||||
count: @poll.questions.count) %>
|
||||
</p>
|
||||
<ul class="no-bullet margin-top tags">
|
||||
<% @poll.geozones.each do |g| %>
|
||||
<li class="inline-block"><span><%= g.name %></span></li>
|
||||
|
||||
@@ -420,7 +420,6 @@ en:
|
||||
verify_link: "verify your account"
|
||||
cant_answer_incoming: "This poll has not yet started."
|
||||
cant_answer_expired: "This poll has finished."
|
||||
question_count_html: "This poll has a total of <strong>%{count} qeustions</strong>."
|
||||
poll_questions:
|
||||
create_question: "Create question"
|
||||
default_valid_answers: "Yes, No"
|
||||
|
||||
@@ -420,7 +420,6 @@ es:
|
||||
verify_link: "verifica tu cuenta"
|
||||
cant_answer_incoming: "Esta votación todavía no ha comenzado."
|
||||
cant_answer_expired: "Esta votación ha terminado."
|
||||
question_count_html: "Esta votación tiene un total de <strong>%{count} preguntas</strong>."
|
||||
poll_questions:
|
||||
create_question: "Crear pregunta para votación"
|
||||
default_valid_answers: "Sí, No"
|
||||
|
||||
Reference in New Issue
Block a user