2023-08-11 02:26:45 +08:00
|
|
|
<div class="content-pane flexible <%= params[:archived] ? :archived : :active %> repositories-index">
|
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>
|
2023-10-05 23:39:44 +08:00
|
|
|
<div class="content-body" data-e2e="e2e-inventories-container">
|
2022-09-08 17:51:47 +08:00
|
|
|
</div>
|
2023-04-20 19:40:38 +08:00
|
|
|
</div>
|