h2
| Hi
= @task_owner.name
P
= @user.full_name
| Has #{@status} the invitation for the group task
p
|Please click the below button for login to view task.
p
= link_to 'My Account', @url, class: 'btn-Activate'
p
| Enjoy
p
= "The #{Configurations::General.application_name} Team"