mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
26 lines
819 B
Text
26 lines
819 B
Text
|
<% provide(:sidebar_title, t('sidebar.templates.sidebar_title')) %>
|
||
|
<% provide(:container_class, "no-second-nav-container") %>
|
||
|
<%= content_for :sidebar do %>
|
||
|
<%= render partial: "/shared/sidebar/templates_sidebar", locals: {active: :label} %>
|
||
|
<% end %>
|
||
|
|
||
|
<div class="content-pane flexible label-templates-promo">
|
||
|
<div class="content-header sticky-header">
|
||
|
<div class="title-row">
|
||
|
<h1>
|
||
|
<%= t('label_templates.promo.head_title') %>
|
||
|
</h1>
|
||
|
</div>
|
||
|
<div class="content-label-templates-promo">
|
||
|
<div class="promo-container">
|
||
|
<div class="promo-image">
|
||
|
<%= image_tag 'printers/labels_promo.png' %>
|
||
|
</div>
|
||
|
<div class="promo-text">
|
||
|
<h1 class="title">
|
||
|
<%= t('label_templates.promo.promo_title') %>
|
||
|
</h1>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|