about summary refs log tree commit diff
path: root/app/views/about/_contact.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-07-24 17:15:15 +0200
committerGitHub <noreply@github.com>2017-07-24 17:15:15 +0200
commit029f2c4545de617f82c1dfaea3543a9bd75ebcab (patch)
tree252bfd7b341348fcb8fd0c1891fa7fd092b57430 /app/views/about/_contact.html.haml
parentb3e7beb7c561ca54e8eb43613535ff1350968a99 (diff)
Redesign /terms page (#4338)
* Redesign /terms page

* Fix tests

* Remove unused keys
Diffstat (limited to 'app/views/about/_contact.html.haml')
-rw-r--r--app/views/about/_contact.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/_contact.html.haml b/app/views/about/_contact.html.haml
index 4394aebdd..822639962 100644
--- a/app/views/about/_contact.html.haml
+++ b/app/views/about/_contact.html.haml
@@ -13,7 +13,7 @@
             %span.username @#{contact.contact_account.acct}
     - else
       .owner
-        .avatar= image_tag full_asset_url('avatars/original/missing.png')
+        .avatar= image_tag full_asset_url('avatars/original/missing.png', skip_pipeline: true)
         .name
           %span.display_name= t 'about.contact_missing'
           %span.username= t 'about.contact_unavailable'