UI: Conference website web-assets v2 upgrade #103970

Merged
Márton Lente merged 50 commits from ui/web-assets-v2-update into main 2024-09-23 12:34:43 +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
| {% for o in object_list %}
tr
td(style="width: 4ch; padding-right: 0")
td(style="width: 4ch;")
span.text-muted= o.edition.year
td
a(href=`${o.edition.path}/${o.pk}`)= o.title

View File

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

View File

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