mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
11 lines
499 B
Text
11 lines
499 B
Text
<div class="content-pane flexible <%= params[:archived] ? :archived : :active %> repositories-index"
|
|
data-readonly="<%= !can_manage_team?(current_team) %>">
|
|
<div class="content-header">
|
|
<div class="title-row">
|
|
<h1 data-view-mode="active"><%= t('libraries.index.head_title') %></h1>
|
|
<h1 data-view-mode="archived"><span><%= t('labels.archived')%></span> <%= t('libraries.index.head_title_archived') %></h1>
|
|
</div>
|
|
</div>
|
|
<div class="content-body">
|
|
</div>
|
|
</div>
|