removes total question count text on polls show

This commit is contained in:
Alberto Garcia Cabeza
2017-02-07 10:46:46 +01:00
parent 6c93b8ced5
commit ec729ee1e1
3 changed files with 0 additions and 6 deletions

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"