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
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 6f351ccae3 - Show all commits

View File

@ -8,7 +8,7 @@ table.table-no-box
tbody tbody
| {% for o in object_list %} | {% for o in object_list %}
tr tr
td(style="width: 4ch; padding-right: 0") td(style="width: 4ch;")
span.text-muted= o.edition.year span.text-muted= o.edition.year
td td
a(href=`${o.edition.path}/${o.pk}`)= o.title a(href=`${o.edition.path}/${o.pk}`)= o.title

View File

@ -8,8 +8,8 @@ table.table-no-box
tbody tbody
| {% for o in events %} | {% for o in events %}
tr tr
td(style="width: 4ch; padding-right: 0") td(style="width: 4ch;")
span.text-muted {{ o.edition.year }} span.text-muted.text-nowrap {{ o.edition.year }}
td td
a(href="{% url 'presentation_detail' edition_path=o.edition.path pk=o.pk %}") a(href="{% url 'presentation_detail' edition_path=o.edition.path pk=o.pk %}")
| {{ o.name }} | {{ o.name }}

View File

@ -174,7 +174,7 @@ meta(name='twitter:image', content='{{request.scheme}}://{{request.META.HTTP_HOS
tbody tbody
| {% for o in speaker.other_events %} | {% for o in speaker.other_events %}
tr tr
td(style="width: 4ch; padding-right: 0") td(style="width: 4ch;")
span.text-muted {{ o.edition.year }} span.text-muted {{ o.edition.year }}
td td
a(href="{% url 'presentation_detail' edition_path=o.edition.path pk=o.pk %}") a(href="{% url 'presentation_detail' edition_path=o.edition.path pk=o.pk %}")