diff --git a/app/views/members/_actions.html.haml b/app/views/members/_actions.html.haml
index 58c1b152e..9e69566d0 100644
--- a/app/views/members/_actions.html.haml
+++ b/app/views/members/_actions.html.haml
@@ -1,4 +1,3 @@
--# - content_for :buttonbar do
-# %p.btn-group
-# - if can? :update, @member
-# = link_to edit_member_registration_path, class: 'btn btn-default text-right' do
@@ -13,4 +12,4 @@
-# - if !follow && can?(:create, Follow) # not already following
-# = link_to 'Follow', follows_path(followed: @member), method: :post, class: 'btn btn-default text-right'
-# - if follow && can?(:destroy, follow) # already following
--# = link_to 'Unfollow', follow_path(follow), method: :delete, class: 'btn btn-default text-right'
\ No newline at end of file
+-# = link_to 'Unfollow', follow_path(follow), method: :delete, class: 'btn btn-default text-right'