Polls admin fixes
Removed search from questions tab and unassign button.
This commit is contained in:
@@ -20,10 +20,6 @@
|
||||
</strong>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<%= link_to t('admin.polls.show.remove_question'),
|
||||
remove_question_admin_poll_path(poll_id: @poll.id, question_id: question.id),
|
||||
class: "button hollow alert",
|
||||
method: :patch %>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
||||
@@ -3,6 +3,5 @@
|
||||
<div id="poll-resources">
|
||||
<%= render "subnav" %>
|
||||
|
||||
<%= render "search_questions" %>
|
||||
<%= render "questions" %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user