diff --git a/app/views/proposals/show.html.erb b/app/views/proposals/show.html.erb index 0eed810de..1a5de351b 100644 --- a/app/views/proposals/show.html.erb +++ b/app/views/proposals/show.html.erb @@ -50,6 +50,14 @@
<%= @proposal.summary %>
+ <% if @proposal.video_url.present? %> +
+
+
+
+
+ <% end %> + <%= safe_html_with_links @proposal.description %> <% if @proposal.external_url.present? %> @@ -62,8 +70,7 @@ -
- <% end %> + <% end %>

<%= @proposal.question %>