cirandas.net

ref: master

plugins/escambo/views/profile/_accepted_currencies.html.erb



  <% profile.currencies.each do |currency| %>
    
  <% end %>
<%= link_to_function currency.symbol, 'escambo.currency.popin(this)' %> <%= link_to_function currency.name, 'escambo.currency.popin(this)' %> <%= render :partial => 'currency_plugin_shared/popin', :locals => {:currency => currency, :candidate => @active_organization} %>