X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8a504ad561c1ffbafee8a7bc8da551f9d4b9a29e..32e3f6eb604d3692f10f16220a78e07c056be00e:/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 5dd1017c8d..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.andand.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 %>