From 8e61b06abc6cbece4ac0d0cfb2af5dfc20d25ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 8 Sep 2019 18:52:47 +0200 Subject: [PATCH] Dont show comment tab content by default. --- templates/Parts/info/show_part_info.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Parts/info/show_part_info.html.twig b/templates/Parts/info/show_part_info.html.twig index 01c36775..b79de2b0 100644 --- a/templates/Parts/info/show_part_info.html.twig +++ b/templates/Parts/info/show_part_info.html.twig @@ -82,7 +82,7 @@
{% if part.comment is not empty %} -
+
{{ part.comment|bbCode }}