8784: Fix test for latest firefox.
[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 %>