From 82f2e842433f623e9324f0ad718d5b014015dc27 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sat, 13 Oct 2018 17:10:23 +0200 Subject: [PATCH] Add emphasis to the expired status --- flatisfy/web/js_src/components/flatstableline.vue | 9 ++++++++- flatisfy/web/js_src/views/details.vue | 7 ++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/flatisfy/web/js_src/components/flatstableline.vue b/flatisfy/web/js_src/components/flatstableline.vue index ca85eda..330108b 100644 --- a/flatisfy/web/js_src/components/flatstableline.vue +++ b/flatisfy/web/js_src/components/flatstableline.vue @@ -12,7 +12,7 @@ [{{ flat.id.split("@")[1] }}] - {{ flat.is_expired ? "[" + $t("common.expired") + "]" : null }} + {{ flat.is_expired ? "[" + $t("common.expired") + "]" : null }} {{ flat.title }}