templates/themes/ansi/status.tmpl
changeset 169 26a1f0e705c9
parent 161 d417a821e85a
child 172 0d651f070319
equal deleted inserted replaced
168:ce4000ac7294 169:26a1f0e705c9
     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"}}
     3   Visibility: {{.visibility}}
     4   Private: true{{end}}
       
     5   Date: {{.created_at | tolocal}}
     4   Date: {{.created_at | tolocal}}
     6   URL: {{.url}}
     5   URL: {{.url}}
     7 {{- if .reblog }}{{with .reblog}}
     6 {{- if .reblog }}{{with .reblog}}
     8   {{color ",,bold"}}Reblogged from: {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     7   {{color ",,bold"}}Reblogged from: {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     9     ID: {{printf "%.0f" .id}}
     8     ID: {{printf "%.0f" .id}}