diff --git a/app/views/admin/poll/questions/index.html.erb b/app/views/admin/poll/questions/index.html.erb index eb0698780..c09e7fe82 100644 --- a/app/views/admin/poll/questions/index.html.erb +++ b/app/views/admin/poll/questions/index.html.erb @@ -11,7 +11,7 @@
| <%= link_to question.title, question_path(question) %> | +<%= link_to question.title, admin_question_path(question) %> | <%= 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 %> |