From 9285ffaec7be6f83648c40be4397ef72ee34fbbe Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 12 Jun 2019 16:51:55 +1200 Subject: [PATCH] Update app/views/members/_actions.html.haml --- app/views/members/_actions.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'