adds link to configure poll (poll show) on admin poll index

This commit is contained in:
Alberto Garcia Cabeza
2017-02-08 22:23:17 +01:00
parent 086b4108e7
commit 0025b7faec
3 changed files with 5 additions and 0 deletions

View File

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