From 5bef2f193c78d62b52835fb99cb0b107f985f462 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Tue, 5 Apr 2016 11:27:20 +0200 Subject: [PATCH] Moves and makes bigger embed video on proposals --- app/views/proposals/show.html.erb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/views/proposals/show.html.erb b/app/views/proposals/show.html.erb index 76a344b87..10fc3d149 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 %>