X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c5be0c3abd926adc54e0c1de65e8dfdd25a84ea1..9e2357191ca21631bcb6d8cf7a640d456a1a6cfa:/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..bf92f3472e 100644 --- a/apps/workbench/app/views/projects/_index_projects.html.erb +++ b/apps/workbench/app/views/projects/_index_projects.html.erb @@ -2,10 +2,10 @@ <% 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 +25,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 %>