From 792ad1afc6ce0f8a2d2507ad7efb31f3403cb8e6 Mon Sep 17 00:00:00 2001 From: _Bastler Date: Mon, 4 Oct 2021 11:43:06 +0200 Subject: [PATCH] min improvement --- src/app/ui/comment/comment.ui.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/ui/comment/comment.ui.html b/src/app/ui/comment/comment.ui.html index c9bfe02..3574650 100644 --- a/src/app/ui/comment/comment.ui.html +++ b/src/app/ui/comment/comment.ui.html @@ -29,13 +29,9 @@
- - {{(comment.metadata.reply ? 'comment.replyHide' : 'comment.reply') | i18n}} - - | - - {{'comment.delete' | i18n}} - + {{(comment.metadata.reply ? 'comment.replyHide' : 'comment.reply') | i18n}} + | + {{'comment.delete' | i18n}}