h2 | Hi  = @user.full_name p | You have received an invitation for the group event P = @group.name p = "#{@event_owner.name} sent you a #{@group.name} event called #{@event.name} at #{@event_start} - #{@event.description}" p |Please click the button below to login and accept this group event. p = link_to 'My Account', @url, class: 'btn-Activate' p | Enjoy p = "The #{Configurations::General.application_name} Team"