diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 4b657939a..f38c7e9db 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -59,7 +59,7 @@ <%= t("admin.menu.title_polls") %> -
| <%= 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 %> + | +
| <%= 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 %> - | -