We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2058af4 commit 7607f47Copy full SHA for 7607f47
1 file changed
app/views/accounts/_header.html.haml
@@ -3,7 +3,10 @@
3
= image_tag account.header.url, class: 'parallax'
4
.public-account-header__bar
5
= link_to short_account_url(account), class: 'avatar' do
6
- = image_tag account.avatar.url
+ - if current_account&.user&.setting_auto_play_gif
7
+ = image_tag account.avatar_original_url
8
+ - else
9
+ = image_tag account.avatar_static_url
10
.public-account-header__tabs
11
.public-account-header__tabs__name
12
%h1
0 commit comments