<% toolbar :profile, :subject => current_subject, :option => 'contacts' %>

<%= t 'relation_custom.title' %>

<%= t 'relation_custom.choose' %>

<%= javascript_tag do %> $(function() { $("#loading").hide(); $("#loading").ajaxStart(function(){ $(this).show(); }); $("#loading").ajaxStop(function(){ $(this).hide(); }); }) <% end %>
<%= render :partial => 'relation/customs/list', :object => @customs %>
<%= javascript_tag do %> $(function() { $("#permissions").hide(); }) <% end %>