Merge branch 'master' into 3505-virtual-work-dir
[arvados.git] / apps / workbench / app / views / application / _content_layout.html.erb
index 519e8853f3bd77a10b6e28bc8cb0cafcb3d6bb24..3e50b6eb8c3a97e19fb485909a2dbaf2fcd819a9 100644 (file)
@@ -1,13 +1,6 @@
 <%= content_for :content_top %>
-  <% if @object and @object.is_a?(Group) and @object.group_class == 'project' %>
-  <div class="pull-right">
-    <%= content_for :tab_line_buttons %>
-  </div>
-  <br clear="all" />
-<% else %>
-  <br clear="all" />
-  <div class="pull-right">
-    <%= content_for :tab_line_buttons %>
-  </div>
-<% end %>
+<div class="pull-right">
+  <%= content_for :tab_line_buttons %>
+</div>
+<br clear="all" />
 <%= content_for :tab_panes %>