2022-09-08 17:51:47 +08:00
|
|
|
<div class="content-pane flexible <%= params[:archived] ? :archived : :active %> repositories-index"
|
2022-09-15 16:40:17 +08:00
|
|
|
data-readonly="<%= !can_manage_team?(current_team) %>">
|
2022-09-08 17:51:47 +08:00
|
|
|
<div class="content-header">
|
|
|
|
<div class="title-row">
|
|
|
|
<h1 data-view-mode="active"><%= t('libraries.index.head_title') %></h1>
|
2023-06-02 08:03:41 +08:00
|
|
|
<h1 data-view-mode="archived"><span><%= t('labels.archived')%></span> <%= t('libraries.index.head_title_archived') %></h1>
|
2022-09-08 17:51:47 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="content-body">
|
|
|
|
</div>
|
2023-04-20 19:40:38 +08:00
|
|
|
</div>
|