Polls admin fixes

Removed search from questions tab and unassign button.
This commit is contained in:
María Checa
2017-10-02 10:37:10 +02:00
parent fd1d09c8c2
commit adf18ee756
4 changed files with 0 additions and 18 deletions

View File

@@ -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 %>

View File

@@ -3,6 +3,5 @@
<div id="poll-resources">
<%= render "subnav" %>
<%= render "search_questions" %>
<%= render "questions" %>
</div>