diff options
author | r <r@freesoftwareextremist.com> | 2019-12-26 06:09:45 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-26 06:09:45 +0000 |
commit | c34bde2d52bf71ff7de7d92f659e820fe4ea315b (patch) | |
tree | 57cea4d2fd91845d33d76ddbf331970d70b37a5e | |
parent | 656ff3931cf86c50a0b54da43cbf5f68344c58e0 (diff) | |
download | bloat-c34bde2d52bf71ff7de7d92f659e820fe4ea315b.tar.gz bloat-c34bde2d52bf71ff7de7d92f659e820fe4ea315b.zip |
Fix scope icon
-rw-r--r-- | templates/status.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/status.tmpl b/templates/status.tmpl index 26912b7..6534249 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -34,7 +34,7 @@ {{else if eq .Visibility "private"}} <i class="fa fa-lock" title="Private"></i> {{else if eq .Visibility "direct"}} - <i class="fa fa-envelop" title="Direct"></i> + <i class="fa fa-envelope" title="Direct"></i> {{end}} </a> <a class="remote-link" href="{{.URL}}" target="_blank" title="source"> |