lujanfernaud/prevy

View on GitHub
app/views/notification_mailer/updated_event.text.erb

Summary

Maintainability
Test Coverage
Hello <%= @user.name %>,

The following information was updated in <%= @event.title %>:

<% @updated_data.each do |data| %>
  - <%= data.capitalize %>
<% end %>

Go to event: <%= group_event_url(@event.group, @event) %>