templates/themes/ansi/relationship.tmpl
author Mikael Berthe <mikael@lilotux.net>
Wed, 05 Sep 2018 23:22:06 +0200
changeset 228 360929ee6aef
parent 227 34ed5019193a
permissions -rw-r--r--
Display endorsement in relationship entities Update plaintext output and ansi themes to display the endorsement status when displaying a relationship.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
172
0d651f070319 Update types to reflect Mastodon 2.0.0 API changes
Mikael Berthe <mikael@lilotux.net>
parents: 148
diff changeset
     1
- Account ID: {{color "red"}}{{.id}}{{color "reset"}}
195
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     2
  Following:      {{.following}}
227
34ed5019193a Fix display of showing_reblogs in themes
Mikael Berthe <mikael@lilotux.net>
parents: 206
diff changeset
     3
{{- if .showing_reblogs}}
34ed5019193a Fix display of showing_reblogs in themes
Mikael Berthe <mikael@lilotux.net>
parents: 206
diff changeset
     4
  Showing boosts: {{.showing_reblogs}}{{end}}
195
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     5
  Followed-by:    {{.followed_by}}
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     6
  Blocking:       {{.blocking}}
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     7
  Muting:         {{.muting}}
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
     8
  Muting notif.:  {{.muting}}
228
360929ee6aef Display endorsement in relationship entities
Mikael Berthe <mikael@lilotux.net>
parents: 227
diff changeset
     9
  Endorsed:       {{.endorsed}}
195
1c655ba64ecf Update templates
Mikael Berthe <mikael@lilotux.net>
parents: 172
diff changeset
    10
  Requested:      {{.requested}}