diff --git a/app/views/user/_profile_info.html.haml b/app/views/user/_profile_info.html.haml
index 236687ce..8fdb59b5 100644
--- a/app/views/user/_profile_info.html.haml
+++ b/app/views/user/_profile_info.html.haml
@@ -47,5 +47,5 @@
       %p.profile--text
         %i.fa.fa-location-arrow
         = @user.location
-  = render 'user/actions', user: @user, type: :follower
+    = render 'user/actions', user: @user, type: :follower
 = render 'user/stats', user: @user
\ No newline at end of file