Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / application / index.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% content_for :page_title do %>
6 <%= controller.controller_name.humanize.capitalize %>
7 <% end %>
8
9 <% content_for :tab_line_buttons do %>
10
11   <% if controller.model_class.creatable? %>
12     <%= render partial: 'create_new_object_button' %>
13   <% end %>
14
15 <% end %>
16
17 <%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.index_pane_list }%>