X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d013a55fb81f2dc7bdd521988b862cc54b7fabb5..f4ca9ad94a6bb006d1f3c7ba207837f1736d1247:/apps/workbench/app/views/projects/show.html.erb diff --git a/apps/workbench/app/views/projects/show.html.erb b/apps/workbench/app/views/projects/show.html.erb index 0cab11797c..6033a34910 100644 --- a/apps/workbench/app/views/projects/show.html.erb +++ b/apps/workbench/app/views/projects/show.html.erb @@ -1,7 +1,12 @@ -<% if @object.uuid != current_user.uuid # Not the "Home" project %> <% content_for :content_top do %> - <%= render partial: 'name_and_description' %> -<% end %> +

+ <% if @object.uuid == current_user.andand.uuid %> + Home + <% else %> + <%= render partial: "show_star" %> + <%= render_editable_attribute @object, 'name', nil, { 'data-emptytext' => "New project" } %> + <% end %> +

<% end %> <% content_for :tab_line_buttons do %>