From 91f19d85971f123eada7edc07c46d9446c86c2e9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 2 Jan 2019 23:12:55 +0000 Subject: [PATCH] Fix talk table column widths --- source/_partials/talks-table.html.twig | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/source/_partials/talks-table.html.twig b/source/_partials/talks-table.html.twig index cf19c97d..ebd9d573 100644 --- a/source/_partials/talks-table.html.twig +++ b/source/_partials/talks-table.html.twig @@ -2,23 +2,16 @@ - - - {% if not talk_page %} - - {% endif %} - + + {% if not talk_page %}{% endif %} - - {% if not upcoming %} - - {% endif %} + {% if not upcoming %}{% endif %} {% for talk in talks %} - {% endif %} -
DateTalkDateTalkEventFeedbackFeedback
+ {{ talk.event.date|date(talk.event.fuzzy_date ? 'M Y' : 'j M Y') }} @@ -53,7 +46,7 @@ + {% if talk.event.url is not empty %} {{ talk.event.name }}