openaustralia/planningalerts

View on GitHub
app/views/_tailwind/comments/_delivery_status_text_short.html.erb

Summary

Maintainability
Test Coverage
<% if comment.last_delivered_successfully.nil? %>
  Sent to
<% elsif comment.last_delivered_successfully %>
  Delivered to
<% else %>
  There was a problem delivering this to
<% end %>
<%= comment.comment_recipient_full_name %>