projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
10645: collection links in command
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
_show_home_button.html.erb
1
<% if (current_user.is_admin and controller.model_class == User) %>
2
<%= link_to 'Home', "/projects/#{object.uuid}" %>
3
<% end %>