push
This commit is contained in:
8
app/templates/partials/page_header.html
Normal file
8
app/templates/partials/page_header.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="page-section-header d-flex justify-content-between align-items-start flex-wrap gap-3 mb-4">
|
||||
<div>
|
||||
<div class="small text-secondary text-uppercase fw-semibold section-eyebrow">{{ eyebrow or 'Panel operacyjny' }}</div>
|
||||
<h4 class="mb-1">{{ heading }}</h4>
|
||||
{% if description %}<div class="text-secondary text-wrap-balanced">{{ description }}</div>{% endif %}
|
||||
</div>
|
||||
{% if actions %}<div class="d-flex gap-2 align-items-center flex-wrap">{{ actions|safe }}</div>{% endif %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user