shows the sp ids in index/show

This commit is contained in:
kikito
2016-04-04 18:16:54 +02:00
parent e53de93bee
commit 871fc6e3be
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
<%= l @spending_proposal.created_at.to_date %>
<span class="bullet">&nbsp;&bull;&nbsp;</span>
<%= geozone_name(@spending_proposal) %>
<span class="bullet">&nbsp;&bull;&nbsp;</span>
<%= @spending_proposal.id %>
</div>
<%= safe_html_with_links @spending_proposal.description.html_safe %>
@@ -47,4 +49,4 @@
</aside>
</div>
</section>
</section>