openaustralia/planningalerts

View on GitHub
app/views/_tailwind/applications/_notified_text.html.erb

Summary

Maintainability
Test Coverage
<% if application.no_alerted == 1 %>
  1 person was
<% else %>
  <%= application.no_alerted %>
  people were
<% end %>
notified of this application via Planning Alerts
<%= pa_link_to "email alerts", new_profile_alert_path %>