# HG changeset patch # User Mikael Berthe # Date 1536182443 -7200 # Node ID 34ed5019193aa781de2ed674e239adfa4567602e # Parent 5df927fa87ca4cbb14ad7b3e30ac414ccd3bcaed Fix display of showing_reblogs in themes diff -r 5df927fa87ca -r 34ed5019193a templates/themes/ansi-dark/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}} diff -r 5df927fa87ca -r 34ed5019193a templates/themes/ansi/relationship.tmpl --- 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}}