Codeminer42/cm42-central

View on GitHub
app/views/notifications/archived_team.text.erb

Summary

Maintainability
Test Coverage
Your team <<%= @team.name %>> was archived with the following projects:

<% @team.projects.each do |project| %>
=> <%= project.name %>
<% end %>