ref: master
app/views/favorite_enterprises/index.html.erb
<%= _("%s's favorite enterprises") % profile.name %>
<% @favorite_enterprises.each do |enterprise| %>
<% if @favorite_enterprises.empty? %>- <%= link_to_profile profile_image(enterprise) + '
<% end %>
'.html_safe + enterprise.name, enterprise.identifier, :class => 'profile-link' %> <%# profile_image_link enterprise, :portrait, 'div' %><%= button_without_text(:delete, _('remove'), { :action => 'remove', :id => enterprise.id },:title => _('remove')) %><%= _('You have no favorite enterprises yet.') %>
<% end %> <%= button_bar do %> <%= button(:back, _('Go back'), :controller => 'profile_editor') %> <% end %>