h2 You have been invited by
p
strong= @sender.full_name
br/
p.fs12.center
- if attachments["#{@sender.name}.png"]
= image_tag attachments["#{@sender.name}.png"].url
p
| You have received the invitation for an event
P
= @group.try(:name)
p
= link_to 'Accept Invite', accept_invite_url(@invite.invite_token), class: 'btn-Activate'
p
| Congratulations!!
p
= "- The #{Configurations::General.application_name} Team"