3140: Move tab line buttons, remove show filtering widget
[arvados.git] / apps / workbench / app / views / application / _content_layout.html.erb
1 <%= content_for :content_top %>
2   <% if @object and @object.is_a?(Group) and @object.group_class.in?(['project','folder']) %>
3   <div class="pull-right">
4     <%= content_for :tab_line_buttons %>
5   </div>
6   <br clear="all" />
7 <% else %>
8   <br clear="all" />
9   <div class="pull-right">
10     <%= content_for :tab_line_buttons %>
11   </div>
12 <% end %>
13 <%= content_for :tab_panes %>