mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
11 lines
264 B
Text
11 lines
264 B
Text
|
<div class="content-header sticky-header">
|
||
|
<div class="title-row">
|
||
|
<h1>
|
||
|
<%= t('projects.reports.index.head_title') %>
|
||
|
</h1>
|
||
|
</div>
|
||
|
<div id="toolbarWrapper" class="toolbar-row">
|
||
|
<%= render partial: 'reports/index_toolbar' %>
|
||
|
</div>
|
||
|
</div>
|