Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / application / _create_new_object_button.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <div style="display:inline-block">
6   <%= button_to({action: 'create'}, {class: 'btn btn-sm btn-primary'}) do %>
7     <i class="fa fa-fw fa-plus"></i>
8     Add a new
9     <%= controller.controller_name.singularize.humanize.downcase %>
10   <% end %>
11 </div>