2021-01-29 05:47:08 +08:00
|
|
|
<div class="content-header sticky-header">
|
2021-01-25 22:36:23 +08:00
|
|
|
<div class="title-row">
|
2023-05-18 19:43:26 +08:00
|
|
|
<i class="sn-icon sn-icon-navigator sci--layout--navigator-open cursor-pointer p-1.5 border rounded border-sn-light-grey mr-4"></i>
|
2021-01-25 22:36:23 +08:00
|
|
|
<h1 class="project-name">
|
2022-03-30 16:13:43 +08:00
|
|
|
<% if @project.archived? %>
|
2023-06-02 08:03:41 +08:00
|
|
|
<span><%= t('labels.archived')%></span>
|
2022-03-30 16:13:43 +08:00
|
|
|
<% end %>
|
2021-01-25 22:36:23 +08:00
|
|
|
<% if @inline_editable_title_config.present? %>
|
|
|
|
<%= render partial: "shared/inline_editing",
|
|
|
|
locals: {
|
|
|
|
initial_value: @project.name,
|
|
|
|
config: @inline_editable_title_config
|
|
|
|
} %>
|
|
|
|
<% else %>
|
2021-03-09 05:01:26 +08:00
|
|
|
<div class="name-readonly-placeholder">
|
|
|
|
<%= @project.name %>
|
|
|
|
</div>
|
2020-12-17 20:07:30 +08:00
|
|
|
<% end %>
|
2021-01-25 22:36:23 +08:00
|
|
|
</h1>
|
2020-12-17 20:07:30 +08:00
|
|
|
</div>
|
2023-06-01 18:20:56 +08:00
|
|
|
<div id="toolbarWrapper" class="toolbar-row" data-width-breakpoint="600">
|
2021-01-29 05:47:08 +08:00
|
|
|
<%= render partial: 'projects/show/toolbar' %>
|
|
|
|
</div>
|
2020-12-17 20:07:30 +08:00
|
|
|
</div>
|