about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-01-08 09:48:42 -0600
committerDavid Yip <yipdw@member.fsf.org>2018-01-08 09:48:42 -0600
commit65986b6f0b66ea285b89bb82531067db146d8ecc (patch)
tree6c69dd7748ef1cd9ccc8cb1af32a4f27ca23586a /app/views
parent2dc4fbbd1a13adbdca26a0b42ee6e289e736bba1 (diff)
parentf839ac694c3f8050e4c7ec84884283e35f6ac662 (diff)
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
Diffstat (limited to 'app/views')
-rw-r--r--app/views/accounts/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/_header.html.haml b/app/views/accounts/_header.html.haml
index aae01c311..b0062752c 100644
--- a/app/views/accounts/_header.html.haml
+++ b/app/views/accounts/_header.html.haml
@@ -9,7 +9,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?