ref: master
plugins/exchange/views/exchange_plugin_myprofile/exchange_console.html.erb
<%= _('Exchange Negociation') %>
<%= render :partial => 'exchange_header' %> <% if @current_proposal.state == "accepted" %> <% if @exchange.state == "concluded" %><%= _('Concluded at %s') % @exchange.concluded_at.strftime(_("%m/%d/%Y at %H:%Mh")) %>
<% end %><%= _('exchange arranged between %{origin} & %{target}') % { :origin => content_tag('strong', @origin.name), :target => content_tag('strong', @target.name), } %><%= render :partial => "evaluation", :object => @exchange %> <%= render :partial => "exchange_summary", :locals => {:proposal => @current_proposal} %><%= _('Negociation history') %>
<% end %> <%= render :partial => "proposals", :object => @proposals %>