X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c5be0c3abd926adc54e0c1de65e8dfdd25a84ea1..85c625c40ad873d0efac33f8a63c1ee256185e36:/apps/workbench/app/views/projects/_index_projects.html.erb diff --git a/apps/workbench/app/views/projects/_index_projects.html.erb b/apps/workbench/app/views/projects/_index_projects.html.erb index 027dc29b8e..e726a46780 100644 --- a/apps/workbench/app/views/projects/_index_projects.html.erb +++ b/apps/workbench/app/views/projects/_index_projects.html.erb @@ -1,11 +1,15 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +
<% tree.each do |projectnode| %> <% rowtype = projectnode[:object].class %> <% next if rowtype != Group and !show_root_node %> -
+
<% if show_root_node and rowtype == String %> - + <%= projectnode[:object] %> <% elsif show_root_node and rowtype == User %> <% if projectnode[:object].uuid == current_user.andand.uuid %> @@ -25,7 +29,7 @@ <% end %>
<% if projectnode[:object].respond_to?(:description) and not projectnode[:object].description.blank? %> -
<%= projectnode[:object].description %>
+
<%= render_attribute_as_textile(projectnode[:object], "description", projectnode[:object].description, true) %>
<% end %>
<% end %>