cirandas.net
ref: master
app/views/blocks/profile_info_actions/_enterprise.html.erb
<% unless profile.closed? %>
-
<%= render "blocks/profile_info_actions/join_leave_community" %>
<% end %>
<%if logged_in? %>
<%if !user.favorite_enterprises.include?(profile) %>
- <%= button(:love, _('Add as favorite'), { profile: user.identifier, controller: 'favorite_enterprises', action: 'add', id: profile.id }, title: _('Add enterprise as favorite'), option: 'success') %>
<% end %>
<% end %>
<% if profile.enable_contact? %>
- <%= button(:'menu-mail', _('Send an e-mail'), {:profile => profile.identifier, :controller => 'contact', :action => 'new'}, {:id => 'enterprise-contact-button'} ) %>
<% end %>
<%= render :partial => 'blocks/profile_info_actions/common' %>