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