Fix display of showing_reblogs in themes
authorMikael Berthe <mikael@lilotux.net>
Wed, 05 Sep 2018 23:20:43 +0200
changeset 227 34ed5019193a
parent 226 5df927fa87ca
child 228 360929ee6aef
Fix display of showing_reblogs in themes
templates/themes/ansi-dark/relationship.tmpl
templates/themes/ansi/relationship.tmpl
--- a/templates/themes/ansi-dark/relationship.tmpl	Wed Sep 05 23:19:11 2018 +0200
+++ b/templates/themes/ansi-dark/relationship.tmpl	Wed Sep 05 23:20:43 2018 +0200
@@ -1,6 +1,7 @@
 - Account ID: {{color "red"}}{{.id}}{{color "reset"}}
   Following:      {{.following}}
-{{- if .showing_reblogs}}  Showing boosts: {{.showing_reblogs}}{{end}}
+{{- if .showing_reblogs}}
+  Showing boosts: {{.showing_reblogs}}{{end}}
   Followed-by:    {{.followed_by}}
   Blocking:       {{.blocking}}
   Muting:         {{.muting}}
--- a/templates/themes/ansi/relationship.tmpl	Wed Sep 05 23:19:11 2018 +0200
+++ b/templates/themes/ansi/relationship.tmpl	Wed Sep 05 23:20:43 2018 +0200
@@ -1,6 +1,7 @@
 - Account ID: {{color "red"}}{{.id}}{{color "reset"}}
   Following:      {{.following}}
-{{- if .showing_reblogs}}  Showing boosts: {{.showing_reblogs}}{{end}}
+{{- if .showing_reblogs}}
+  Showing boosts: {{.showing_reblogs}}{{end}}
   Followed-by:    {{.followed_by}}
   Blocking:       {{.blocking}}
   Muting:         {{.muting}}