Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / application / _content_layout.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <div class="clearfix">
6   <%= content_for :content_top %>
7   <div class="pull-right">
8     <%= content_for :tab_line_buttons %>
9   </div>
10 </div>
11
12 <%= content_for :tab_panes %>
13
14 <%= render :partial => 'loading_modal' %>