Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / application / _show_home_button.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% if (current_user.is_admin and controller.model_class == User) %>
6   <%= link_to 'Home', "/projects/#{object.uuid}" %>
7 <% end %>