diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-08 10:57:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-08 10:57:52 +0100 |
commit | dbda87c31f7d7ede7312ba422940841d8c96c171 (patch) | |
tree | 281593f9871d93329fdaf0f2337ee0ced23540b9 /app/views/accounts | |
parent | e4a241abefaa68492938c3fbb7e5e5401d12138e (diff) |
Revert #5772 (#6221)
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 3800bd837..d4081af64 100644 --- a/app/views/accounts/_header.html.haml +++ b/app/views/accounts/_header.html.haml @@ -8,7 +8,7 @@ = fa_icon 'user-times' = t('accounts.unfollow') - else - = link_to account_follows_path(account), data: { method: :post }, class: 'icon-button' do + = link_to account_follow_path(account), data: { method: :post }, class: 'icon-button' do = fa_icon 'user-plus' = t('accounts.follow') - elsif !user_signed_in? |