X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1e2e0e4f14a730ba1bbea6a4ced5d87ea2766c35..a2eb98fa68672d6966233d7864c328feb8df3939:/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..2a85da8321 100644 --- a/apps/workbench/app/views/projects/show.html.erb +++ b/apps/workbench/app/views/projects/show.html.erb @@ -1,7 +1,11 @@ -<% 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_editable_attribute @object, 'name', nil, { 'data-emptytext' => "New project" } %> + <% end %> +

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