Added "participate in other polls" link in poll show

This commit is contained in:
María Checa
2017-10-07 19:12:58 +02:00
parent ca24be79e3
commit 728edf64a5
3 changed files with 4 additions and 0 deletions

View File

@@ -55,6 +55,8 @@
<%= t('poll_questions.show.voted_token') %> <%= t('poll_questions.show.voted_token') %>
</div> </div>
<% end %> <% end %>
<%= link_to t("polls.show.participate_in_other_polls"), polls_path, class: "button" %>pconfig/locales/en/general.yml
</div> </div>
</div> </div>

View File

@@ -494,6 +494,7 @@ en:
zoom_plus: Expand image zoom_plus: Expand image
read_more: "Read more about %{answer}" read_more: "Read more about %{answer}"
read_less: "Read less about %{answer}" read_less: "Read less about %{answer}"
participate_in_other_polls: Participate in other polls
poll_questions: poll_questions:
create_question: "Create question" create_question: "Create question"
default_valid_answers: "Yes, No" default_valid_answers: "Yes, No"

View File

@@ -494,6 +494,7 @@ es:
zoom_plus: Ampliar imagen zoom_plus: Ampliar imagen
read_more: "Leer más sobre %{answer}" read_more: "Leer más sobre %{answer}"
read_less: "Leer menos sobre %{answer}" read_less: "Leer menos sobre %{answer}"
participate_in_other_polls: Participar en otras votaciones
poll_questions: poll_questions:
create_question: "Crear pregunta para votación" create_question: "Crear pregunta para votación"
default_valid_answers: "Sí, No" default_valid_answers: "Sí, No"