Merge pull request #3397 from consul/proposals-form

Remove question and external_url fields from proposals and legislation proposals
This commit is contained in:
Alberto
2019-05-17 17:08:56 +02:00
committed by GitHub
35 changed files with 39 additions and 227 deletions

View File

@@ -59,16 +59,6 @@
<%= safe_html_with_links @proposal.description %>
<% if @proposal.external_url.present? %>
<div class="document-link">
<p>
<span class="icon-document"></span>&nbsp;
<strong><%= t("proposals.show.title_external_url") %></strong>
</p>
<%= text_with_links @proposal.external_url %>
</div>
<% end %>
<% if @proposal.video_url.present? %>
<div class="video-link">
<p>
@@ -80,8 +70,6 @@
<% end %>
<h4><%= @proposal.question %></h4>
<% if feature?(:allow_attached_documents) %>
<%= render "documents/documents",
documents: @proposal.documents,