Noosfero/noosfero

View on GitHub
app/views/profile/favorite_enterprises.html.erb

Summary

Maintainability
Test Coverage
<div class="common-profile-list-block">

<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>

</div><!-- fim class="common-profile-list-block" -->

<%= button_bar do %>
  <%= button :back, _('Go back'), { :controller => 'profile' }%>
<% end %>