From 0896701b575b954fb1d5ca9a01f79cf11580746d Mon Sep 17 00:00:00 2001 From: decabeza Date: Thu, 18 Jun 2020 09:30:25 +0200 Subject: [PATCH] Remove unused document section on polls This section is not used because it's only possible to add documents to the poll's answers not to the poll itself. --- app/views/polls/show.html.erb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index 55196663d..b2d0357d0 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -43,13 +43,6 @@

<%= t("polls.show.more_info_title") %>

<%= auto_link_already_sanitized_html simple_format(@poll.description) %> - - <% if false %> - - <% end %>