lujanfernaud/prevy

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

Summary

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