projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Do not show "delete tag" button unless current user owns tag.
[arvados.git]
/
apps
/
workbench
/
app
/
controllers
/
repositories_controller.rb
1
class RepositoriesController < ApplicationController
2
def index_pane_list
3
%w(recent help)
4
end
5
end