lujanfernaud/prevy

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

Summary

Maintainability
Test Coverage
<p>
  Hello <%= @user.name %>,
</p>
<p>
  We're sorry to say that you no longer have <%= @role %> role in <%= @group.name %>.
</p>
<p>
  <%= link_to "Go to notifications", @url %>
</p>