From ec7146a11ae79e5c2e5c43023831024c7a9e46aa Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 26 May 2020 20:23:54 -0400 Subject: [PATCH] feat: companion to nodebb/nodebb@525aae1ea2e5d0103028a0f0c8dde05f172d088e --- templates/flags/detail.tpl | 72 ++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 26 deletions(-) diff --git a/templates/flags/detail.tpl b/templates/flags/detail.tpl index 2ec672c..f8657dd 100644 --- a/templates/flags/detail.tpl +++ b/templates/flags/detail.tpl @@ -3,7 +3,7 @@
-

+

@@ -47,29 +47,29 @@
-
+
- +

[[flags:reporter]]

{buildAvatar(reporter, "sm", false, "media-object")} {reporter.username}
- +

[[flags:reported-at]]

{datetimeISO}

- +

[[flags:description]]

{description}
- +

[[flags:state]]

- +

[[flags:assignee]]

@@ -119,29 +119,44 @@ {{{end}}}
-
- -
+ +
- +

[[flags:history]]

[[flags:no-history]]
@@ -162,6 +177,11 @@ [[flags:@key]]@value {{{end}}} + {{{ each ./meta }}} +
  • + {{./key}}{{{ if ./value }}} → {{ ./value }}{{{ end }}} +
  • + {{{ end }}}