adds extra info for proposals in admin listing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user