lujanfernaud/prevy

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

Summary

Maintainability
Test Coverage
<p>
  Hello <%= @owner.name %>,
</p>
<p>
  You have a new membership request from <%= @user.name %> in <%= @group.name %>.
</p>
<p>
  <%= link_to "Go to notifications", @url %>
</p>