ref: master
plugins/currency/views/currency_plugin_myprofile/_currency_organized.html.erb
<%= currency.name_with_symbol %> <%= link_to _('Edit'), {action: :edit, id: currency.id}, class: 'modal-toggle currency-action-button' %> <%= link_to _('Disassociate'), {action: :disassociate, id: currency.id} , class: 'modal-toggle currency-action-button'%> <%= _('Description') %> <%= currency.description %> <%= _('%{number} enterprise(s) accept this currency') % {number: currency.acceptors.size} %> <% currency.acceptors.each do |acceptor| %> <%= acceptor.name %> <% end %> <%= _('Coverage (how many are circulating)') %>