displays tags as strings instead of links in admin/s_p/show
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
|
||||
<p>
|
||||
<strong><%= t("admin.spending_proposals.show.tags") %>:</strong>
|
||||
<%= render 'shared/tags', taggable: @spending_proposal %>
|
||||
|
||||
<%= @spending_proposal.tags.pluck(:name).join(', ') %>
|
||||
</p>
|
||||
|
||||
<p id="assigned_valuators">
|
||||
@@ -30,4 +31,4 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<%= render 'valuation/spending_proposals/written_by_valuators' %>
|
||||
<%= render 'valuation/spending_proposals/written_by_valuators' %>
|
||||
|
||||
Reference in New Issue
Block a user