diff options
author | ThibG <thib@sitedethib.com> | 2019-04-22 23:06:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 23:06:54 +0200 |
commit | 91a74ea86bb0c5b0016012ad50231956ff26592c (patch) | |
tree | ede17b03acf207674fdf2d535a4ca05a5ed69986 /app/views | |
parent | c3fa4e8e07e5bcc685163959833a989fb15e8029 (diff) | |
parent | 039e35560c04e4af1bb35b8ab11b9e145c8a4985 (diff) |
Merge pull request #1002 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views')
-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 d285dc858..52fb0d946 100644 --- a/app/views/accounts/_header.html.haml +++ b/app/views/accounts/_header.html.haml @@ -3,7 +3,7 @@ = image_tag (current_account&.user&.setting_auto_play_gif ? account.header_original_url : account.header_static_url), class: 'parallax' .public-account-header__bar = link_to short_account_url(account), class: 'avatar' do - = image_tag (current_account&.user&.setting_auto_play_gif ? account.avatar_original_url : account.avatar_static_url) + = image_tag (current_account&.user&.setting_auto_play_gif ? account.avatar_original_url : account.avatar_static_url), id: 'profile_page_avatar', data: {original: full_asset_url(account.avatar_original_url), static: full_asset_url(account.avatar_static_url), autoplay: current_account&.user&.setting_auto_play_gif} .public-account-header__tabs .public-account-header__tabs__name %h1 |