favorite_enterprises.rhtml
543 Bytes
<div class="common-profile-list-block"
help="<%= __('Here are all <b>%s</b>\'s favorite enterprises.') % profile.name %>">
<h1><%= __("%s's favorite enterprises") % profile.name %></h1>
<ul class='profile-list'>
<% @favorite_enterprises.each do |enterprise| %>
<li><%= profile_image_link(enterprise)%></li>
<% end %>
</ul>
<% button_bar do %>
<%= button :back, _('Go back'), { :controller => 'profile' },
:help => _('Back to the page where you come from.') %>
<% end %>
</div><!-- fim class="common-profile-list-block" -->