adds link to configure poll (poll show) on admin poll index
This commit is contained in:
@@ -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" %>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -10,6 +10,7 @@ en:
|
||||
mark_featured: Featured
|
||||
unmark_featured: Unmark featured
|
||||
edit: Edit
|
||||
configure: Configure
|
||||
banners:
|
||||
index:
|
||||
title: Banners
|
||||
|
||||
@@ -10,6 +10,7 @@ es:
|
||||
mark_featured: Destacar
|
||||
unmark_featured: Quitar destacado
|
||||
edit: Editar
|
||||
configure: Configurar
|
||||
banners:
|
||||
index:
|
||||
title: Banners
|
||||
|
||||
Reference in New Issue
Block a user