From 0854f6cd83ce49d07002a2000f0ca3e0ebf88fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Thu, 24 Sep 2015 13:44:38 +0200 Subject: [PATCH] adds extra info for proposals in admin listing --- app/views/admin/proposals/index.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/views/admin/proposals/index.html.erb b/app/views/admin/proposals/index.html.erb index 8e6369836..5f956951d 100644 --- a/app/views/admin/proposals/index.html.erb +++ b/app/views/admin/proposals/index.html.erb @@ -11,7 +11,15 @@ <%= proposal.title %>
+

<%= proposal.summary %>

<%= proposal.description %> + <% if proposal.external_url.present? %> +

<%= text_with_links proposal.external_url %>

+ <% end %> + <% if proposal.video_url.present? %> +

<%= text_with_links proposal.video_url %>

+ <% end %> +

<%= proposal.question %>