X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d4973e18ed92e3bcc0cb8b2020649148240ce9c0..cbd67fc6ba667bc27ca7e885145a6e34e5596f37:/apps/workbench/app/views/projects/_show_dashboard.html.erb diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb index 12b3ef2846..8abcee49e6 100644 --- a/apps/workbench/app/views/projects/_show_dashboard.html.erb +++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb @@ -1,9 +1,10 @@
-
Recent pipelines and processes +
+ Recent pipelines and processes <% if current_user.andand.is_active %> - + <%= link_to( choose_pipeline_templates_path( @@ -33,7 +34,7 @@ <% _recent_processes.each do |p| %> <% wu = p.work_unit %> <% if wu.is_finished? %> -
+
<%= link_to_if_arvados_object p, {friendly_name: true} %> @@ -67,7 +68,7 @@
<% else %> -
+
<%= link_to_if_arvados_object p, {friendly_name: true} %>
@@ -109,7 +110,7 @@ <% nodes = Node.all %>
Compute node status - + <% if current_user.andand.is_admin %> <%= link_to nodes_path, class: 'btn btn-default btn-xs' do %>