adds extra info for proposals in admin listing

This commit is contained in:
Juanjo Bazán
2015-09-24 13:44:38 +02:00
parent 5617f9869e
commit 0854f6cd83

View File

@@ -11,7 +11,15 @@
<strong><%= proposal.title %></strong>
<br>
<div class="moderation-description">
<p><%= proposal.summary %></p>
<%= proposal.description %>
<% if proposal.external_url.present? %>
<p><%= text_with_links proposal.external_url %></p>
<% end %>
<% if proposal.video_url.present? %>
<p><%= text_with_links proposal.video_url %></p>
<% end %>
<p><%= proposal.question %></p>
</div>
</td>
<td>