diff --git a/app/views/admin/poll/polls/_search_questions_results.html.erb b/app/views/admin/poll/polls/_search_questions_results.html.erb index 27dcbb652..12bc25a85 100644 --- a/app/views/admin/poll/polls/_search_questions_results.html.erb +++ b/app/views/admin/poll/polls/_search_questions_results.html.erb @@ -11,7 +11,6 @@ <%= t("admin.polls.show.table_name") %> - <%= t("admin.polls.show.table_summary") %> <%= t("admin.polls.show.table_assignment") %> @@ -21,9 +20,6 @@ <%= question.title %> - - <%= question.summary %> - <%= link_to t("admin.polls.show.add_question"), add_question_admin_poll_path(poll_id: @poll.id, question_id: question.id), diff --git a/app/views/admin/poll/questions/_form.html.erb b/app/views/admin/poll/questions/_form.html.erb index e5c228b4e..0da36913a 100644 --- a/app/views/admin/poll/questions/_form.html.erb +++ b/app/views/admin/poll/questions/_form.html.erb @@ -20,9 +20,6 @@

<%= t("admin.questions.new.valid_answers_note") %>

<%= f.text_field :valid_answers, label: false %> - - <%= f.text_area :summary, rows: 4, maxlength: 200 %> -
<%= f.cktext_area :description, maxlength: Poll::Question.description_max_length, diff --git a/app/views/admin/poll/questions/show.html.erb b/app/views/admin/poll/questions/show.html.erb index 72109693b..a8f25f2bd 100644 --- a/app/views/admin/poll/questions/show.html.erb +++ b/app/views/admin/poll/questions/show.html.erb @@ -34,12 +34,6 @@ <% end %> -

- <%= t("admin.questions.show.summary") %> -
- <%= @question.summary %> -

-

<%= t("admin.questions.show.description") %>
diff --git a/app/views/polls/questions/show.html.erb b/app/views/polls/questions/show.html.erb index f743d89a9..52b8e3774 100644 --- a/app/views/polls/questions/show.html.erb +++ b/app/views/polls/questions/show.html.erb @@ -12,8 +12,6 @@ <%= link_to t('poll_questions.show.original_proposal'), @question.proposal %>

<% end %> - -

<%= @question.summary %>