diff options
author | M Somerville <dracos@users.noreply.github.com> | 2018-08-30 22:53:30 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-30 23:53:30 +0200 |
commit | 1bfe735d574fdbb01b1aea07db6c69fb3a32b90f (patch) | |
tree | d0cc0f08fe0b60d0a1b5fc7c9c320168c945f624 /app/views/accounts | |
parent | 11658d8653c7caadddfb0e3fe27272107c2e87b1 (diff) |
Inactive header in main profile to match column. (#8520)
Diffstat (limited to 'app/views/accounts')
-rw-r--r-- | app/views/accounts/_header.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/_header.html.haml b/app/views/accounts/_header.html.haml index f09beff98..95e55a1b0 100644 --- a/app/views/accounts/_header.html.haml +++ b/app/views/accounts/_header.html.haml @@ -1,4 +1,4 @@ -.public-account-header +.public-account-header{:class => ("inactive" if account.moved?)} .public-account-header__image = image_tag account.header.url, class: 'parallax' .public-account-header__bar |