<% if current_user.andand.is_active %>
<% end %>
<% if current_user %>
<% if content_for?(:breadcrumbs) %>
<%= yield(:breadcrumbs) %>
<% else %>
-
<%= link_to(
controller.controller_name.humanize.downcase,
url_for({controller: params[:controller]})) %>
<% if params[:action] != 'index' %>
-
-
<%= link_to_if_arvados_object @object %>
-
<%= form_tag do |f| %>
<%= render :partial => "selection_checkbox", :locals => {:object => @object} %>
<% end %>
<% end %>
<% end %>
<% end %>
-
<% if current_user %>
<% if current_user.is_active %>
<% end %>
-
<% else %>
- Log in
<% end %>