From 1116340f9984ca56eb5bbd3faaa41eec3b9d57de Mon Sep 17 00:00:00 2001 From: decabeza Date: Thu, 12 Jul 2018 13:45:49 +0200 Subject: [PATCH] Removes participate in other polls button --- app/views/polls/show.html.erb | 2 -- config/locales/en/general.yml | 1 - config/locales/es/general.yml | 1 - 3 files changed, 4 deletions(-) diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index d6e992dc1..3aca5950b 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -31,8 +31,6 @@ <%= t('poll_questions.show.voted_token') %> <% end %> - - <%= link_to t("polls.show.participate_in_other_polls"), polls_path, class: "button hollow" %> diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml index 7481e72af..406ca2dde 100644 --- a/config/locales/en/general.yml +++ b/config/locales/en/general.yml @@ -505,7 +505,6 @@ en: zoom_plus: Expand image read_more: "Read more about %{answer}" read_less: "Read less about %{answer}" - participate_in_other_polls: Participate in other polls videos: "External video" info_menu: "Information" stats_menu: "Participation statistics" diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml index 3b5c6e2ac..d01f67422 100644 --- a/config/locales/es/general.yml +++ b/config/locales/es/general.yml @@ -505,7 +505,6 @@ es: zoom_plus: Ampliar imagen read_more: "Leer más sobre %{answer}" read_less: "Leer menos sobre %{answer}" - participate_in_other_polls: Participar en otras votaciones videos: "Vídeo externo" info_menu: "Información" stats_menu: "Estadísticas de participación"