removes mentions to enquiries and deprecated code

This commit is contained in:
Juanjo Bazán
2016-12-07 14:48:44 +01:00
parent 9678956f8c
commit 6aa96c4471
8 changed files with 8 additions and 59 deletions

View File

@@ -110,7 +110,7 @@
</p>
<% if can? :create, Poll::Question %>
<p class="text-center">
<%= link_to t('poll_questions.create_enquiry'),
<%= link_to t('poll_questions.create_question'),
new_admin_question_path(proposal_id: @proposal.id),
class: "button hollow expanded" %>
</p>