<% if @inline_editable_title_config.present? %>
<%= render partial: "shared/inline_editing",
locals: {
initial_value: @project.name,
config: @inline_editable_title_config
} %>
<% else %>
<% if action_name == 'experiment_archive' %>
<% end %>
<%= @project.name %>
<% end %>