changes text to remove questions on polls questions list
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user