UI: 2024 Hero component options #103971
@ -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
|
||||
|
@ -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 }}
|
||||
|
@ -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 %}")
|
||||
|
Loading…
Reference in New Issue
Block a user