links to admin poll question show

This commit is contained in:
rgarcia
2016-11-18 20:29:19 +01:00
parent 665c6bbc65
commit fe14edb5a8

View File

@@ -11,7 +11,7 @@
<table>
<% @questions.each do |question| %>
<tr id="<%= dom_id(question) %>">
<td><%= link_to question.title, question_path(question) %></td>
<td><%= link_to question.title, admin_question_path(question) %></td>
<td class="text-right">
<%= link_to t('shared.edit'), edit_admin_question_path(question), class: "button hollow" %>
<%= link_to t('shared.delete'), admin_question_path(question), class: "button hollow alert", method: :delete %>