Skip to content

Commit

Permalink
Merge 1bccf0d into c13c8d4
Browse files Browse the repository at this point in the history
  • Loading branch information
KimberleyCook committed Apr 6, 2022
2 parents c13c8d4 + 1bccf0d commit ac78016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/admin/events/_attendances.html.haml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- invitations.each do |invitation|
%ul.no-bullet
%ul.list-unstyled.ml-0
%li
.row
.small-8.medium-8.columns
.col-8
= link_to admin_member_path(invitation.member) do
= invitation.member.full_name
- if invitation.member.newbie?
%p
%em New attendee!
%p
%small= invitation.note
.medium-4.small-12.columns
.col-4
- if invitation.verified.blank? && @event.confirmation_required
= link_to 'Verify', admin_event_invitation_verify_path(@event, invitation), class: 'button round expand tiny sucess', method: :post
= link_to 'Cancel attendance', admin_event_invitation_cancel_path(@event, invitation), class: 'button round expand tiny alert', method: :post
= link_to 'Cancel attendance', admin_event_invitation_cancel_path(@event, invitation), class: 'btn btn btn-danger', method: :post

%hr

0 comments on commit ac78016

Please sign in to comment.