lujanfernaud/prevy

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

Summary

Maintainability
Test Coverage
<p>
  Hello <%= @user.name %>,
</p>
<p>
  There is a new event in <%= @group.name %>.
</p>
<p>
  Go to event: <%= link_to @event.title, group_event_url(@group, @event) %>
</p>