Added investment's user generated tags to admin show and sort to the valuation tags
This commit is contained in:
@@ -56,3 +56,8 @@
|
||||
<% end %>
|
||||
|
||||
<%= safe_html_with_links @investment.description %>
|
||||
|
||||
<p id="user-tags">
|
||||
<strong><%= t("admin.budget_investments.show.tags") %> del usuario:</strong>
|
||||
<%= @investment.tag_list.sort.join(', ') %>
|
||||
</p>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<p id="tags">
|
||||
<strong><%= t("admin.budget_investments.show.tags") %>:</strong>
|
||||
|
||||
<%= @investment.tags_on(:valuation).pluck(:name).join(', ') %>
|
||||
<%= @investment.tags_on(:valuation).pluck(:name).sort.join(', ') %>
|
||||
</p>
|
||||
|
||||
<p id="assigned_valuators">
|
||||
|
||||
Reference in New Issue
Block a user