ref: master
plugins/escambo/views/profile/_products.html.erb
<%= _('Offers from this enterprise') %>
<% if profile == @active_organization %> <%= link_to _("Add"), {:controller => "products_plugin/page", :action => :new}, :class => 'add action-button' %> <% end %> <% unless all %> <%= link_to _("See all"), {:controller => :catalog, :profile => profile.identifier} %> <% end %> <% products = @profile.products %> <% products = products.first(4) unless all %> <% products.each do |product| %> <%= render :partial => 'snippets/product', :object => product %> <% end %>