h2 | Hi  = @user.full_name p | You have received the invitation for the group task P = @group.try(:name) p = "#{@task_owner.name} sent you a #{@group.try(:name)} task called #{@task.name} at #{@task_start} - #{@task.description}" p |Please click the below buttons for accept or reject this group task. div style="width:300px; margin:0 auto" = link_to "Accept", @accept_url, class: 'accept-btn' = link_to "Reject", @reject_url, class: 'reject-btn' div.clear p | Enjoy p = "The #{Configurations::General.application_name} Team"