templates/themes/ansi-dark/status.tmpl
changeset 161 d417a821e85a
parent 134 a057c44144a4
child 169 26a1f0e705c9
equal deleted inserted replaced
160:452865b363fb 161:d417a821e85a
     1 - Status ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}}  {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     1 - Status ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}}  {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     2   Name: {{color ",,bold"}}{{.account.display_name}}{{color "reset"}}
     2   Name: {{color ",,bold"}}{{.account.display_name}}{{color "reset"}}
       
     3 {{- if eq .visibility "private"}}
       
     4   Private: true{{end}}
     3   Date: {{.created_at | tolocal}}
     5   Date: {{.created_at | tolocal}}
     4   URL: {{.url}}
     6   URL: {{.url}}
     5 {{- if .reblog }}{{with .reblog}}
     7 {{- if .reblog }}{{with .reblog}}
     6   {{color ",,bold"}}Reblogged from: {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     8   {{color ",,bold"}}Reblogged from: {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     7     ID: {{printf "%.0f" .id}}
     9     ID: {{printf "%.0f" .id}}