ref: master
plugins/currency/views/currency_plugin_shared/_popin.html.erb
<%= currency.name_with_symbol %>
<%= link_to_function _('Close'), 'currency.popin.close(this)', :class => 'close' %><%= currency.description %><% currency.enterprises.each do |enterprise| %><% if candidate and not candidate.currencies.include? currency %><%= link_to enterprise.name, enterprise.url %><% end %><%= link_to _('Accept this currency'), {:controller => :currency_plugin_myprofile, :action => :accept, :profile => candidate.identifier, :id => currency.id}, :method => :post, :class => 'action-button' %><% end %>