UI: 2024 Hero component options #103971

Merged
Márton Lente merged 66 commits from ui/2024-hero-options into main 2024-09-24 13:00:31 +02:00
2 changed files with 125 additions and 129 deletions
Showing only changes of commit 806641abe3 - Show all commits

View File

@ -38,8 +38,7 @@ meta(name='twitter:image', content='{{request.scheme}}://{{request.META.HTTP_HOS
} }
.row .row
.col .col
.card.mb-3 .box.mb-3.p-3
.card-body
| {% if permissions.can_change %} | {% if permissions.can_change %}
.event-detail-header .event-detail-header
.row .row
@ -73,7 +72,6 @@ meta(name='twitter:image', content='{{request.scheme}}://{{request.META.HTTP_HOS
| {% endif %} | {% endif %}
| {% endif %} | {% endif %}
.p-3
| {% if object.recording %} | {% if object.recording %}
.video-container .video-container
| {{ object.recording | oembed }} | {{ object.recording | oembed }}

View File

@ -67,9 +67,7 @@ meta(name='twitter:image', content='{{request.scheme}}://{{request.META.HTTP_HOS
.col-lg-6 .col-lg-6
h5.text-uppercase.text-muted h5.text-uppercase.text-muted
| Description | Description
.card.mb-3 .box.mb-3.p-3
.card-body
.p-3
| {% if object.recording %} | {% if object.recording %}
.video-container .video-container
| {{ object.recording | oembed }} | {{ object.recording | oembed }}