adds booth backend for index, show, create and edit actions
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
<%= @poll.name %>
|
||||
</h2>
|
||||
|
||||
<%= link_to t("admin.actions.edit"), edit_admin_poll_path(@poll), class: "button hollow float-right" %>
|
||||
<%= link_to t("admin.actions.edit"),
|
||||
edit_admin_poll_path(@poll),
|
||||
class: "button hollow float-right" %>
|
||||
|
||||
<p>(REFNUM)</p>
|
||||
<p>Próximamente <small>(15/12/2016 - 15/02/2017)</small></p>
|
||||
|
||||
Reference in New Issue
Block a user