From 92adb9dd2db18027dcc327433027e28c81ecbd4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Fri, 25 Nov 2022 19:05:29 +0100 Subject: [PATCH] fix: add location info to dates from timetable Close #344 --- .../date-series-detail-content.html | 32 ++++++++++++++++--- .../schedule/page/grid/schedule-card.html | 2 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/app/modules/data/types/date-series/date-series-detail-content.html b/src/app/modules/data/types/date-series/date-series-detail-content.html index 44b0b0e6..0d19ae40 100644 --- a/src/app/modules/data/types/date-series/date-series-detail-content.html +++ b/src/app/modules/data/types/date-series/date-series-detail-content.html @@ -12,7 +12,16 @@ ~ You should have received a copy of the GNU General Public License along with ~ this program. If not, see . --> - + + + {{ 'event' | propertyNameTranslate: item | titlecase }} + + + {{ + 'name' | thingTranslate: item.event + }} + + {{ 'inPlace' | propertyNameTranslate: item | titlecase }} @@ -29,16 +38,29 @@ + + +