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.
This commit is contained in:
decabeza
2020-06-18 09:30:25 +02:00
parent 769db34b76
commit 0896701b57

View File

@@ -43,13 +43,6 @@
<h3><%= t("polls.show.more_info_title") %></h3>
<%= auto_link_already_sanitized_html simple_format(@poll.description) %>
</div>
<% if false %>
<aside class="small-12 medium-3 column">
<div class="sidebar-divider"></div>
<h2><%= t("polls.show.documents") %></h2>
</aside>
<% end %>
</div>
</div>