cirandas.net

ref: master

app/views/profile/enterprises.html.erb


<%= _("%s's enterprises") % profile.name %>

    <% @enterprises.each do |enterprise| %> <%= profile_image_link(enterprise)%> <% end %>
<%= button_bar do %> <%= button :back, _('Go back'), { :controller => 'profile' } %> <%= button :add, _('Register a new enterprise'), :controller => 'enterprise_registration' if logged_in? && environment.enabled?('enterprise_registration') %> <% end %>