projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
12315: Propagate show_children to infinite scroll pages. Fix & add tests.
[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 %>