changes text to remove questions on polls questions list

This commit is contained in:
Alberto Garcia Cabeza
2016-12-16 14:09:04 +01:00
parent 0ddf7a003c
commit 30a56d21f7
3 changed files with 4 additions and 5 deletions

View File

@@ -10,10 +10,7 @@
<tr id="<%= dom_id(question) %>">
<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'),
<%= link_to t('admin.polls.show.remove_question'),
admin_question_path(question),
class: "button hollow alert",
method: :delete %>