lujanfernaud/prevy

View on GitHub
app/views/notification_mailer/added_group_role.html.erb

Summary

Maintainability
Test Coverage
<p>
  Congratulations <%= @user.name %>!
</p>
<p>
  You now have <%= @role %> role in <%= @group.name %>!
</p>
<p>
  <%= link_to "Go to notifications", @url %>
</p>