Update app/views/members/_actions.html.haml

This commit is contained in:
Brenda Wallace
2019-06-12 16:51:55 +12:00
committed by GitHub
parent 39586cc1ba
commit 9285ffaec7

View File

@@ -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'
-# = link_to 'Unfollow', follow_path(follow), method: :delete, class: 'btn btn-default text-right'