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

View File

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