diff --git a/app/views/admin/poll/polls/_poll.html.erb b/app/views/admin/poll/polls/_poll.html.erb index e02a80a7a..7cbc0a352 100644 --- a/app/views/admin/poll/polls/_poll.html.erb +++ b/app/views/admin/poll/polls/_poll.html.erb @@ -11,5 +11,8 @@ <%= link_to t("admin.actions.edit"), edit_admin_poll_path(poll), class: "button hollow" %> + <%= link_to t("admin.actions.configure"), + admin_poll_path(poll), + class: "button hollow" %> \ No newline at end of file diff --git a/config/locales/admin.en.yml b/config/locales/admin.en.yml index 26d688ec8..e7c3d65d3 100755 --- a/config/locales/admin.en.yml +++ b/config/locales/admin.en.yml @@ -10,6 +10,7 @@ en: mark_featured: Featured unmark_featured: Unmark featured edit: Edit + configure: Configure banners: index: title: Banners diff --git a/config/locales/admin.es.yml b/config/locales/admin.es.yml index ab5d698d8..768ef8d83 100644 --- a/config/locales/admin.es.yml +++ b/config/locales/admin.es.yml @@ -10,6 +10,7 @@ es: mark_featured: Destacar unmark_featured: Quitar destacado edit: Editar + configure: Configurar banners: index: title: Banners