h2
| Hello
= @student.name
p
| New message posted in the group
= @group.name
p
= @message.text
.lbreak
p
| Click the button below to join the group.
p
= link_to 'Join Group', @url, class: 'btn-Activate'
p
| Enjoy Messages!
p
| "- The #{Configurations::General.application_name} Team"