cirandas.net

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'%>
<%= currency.description %>
<% currency.acceptors.each do |acceptor| %>
<%= acceptor.name %>
<% end %>