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 }}}