Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / collections / _extra_tab_line_buttons.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% if @object.editable? %>
6   <i class="fa fa-fw fa-lock lock-collection-btn btn btn-primary" title="Unlock collection to edit files"></i>
7 <% end %>