openaustralia/planningalerts

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

Summary

Maintainability
Test Coverage
<% if comments.count == 0 %>
  <%= pa_link_to "Be the first to comment", { anchor: "add-comment" } %>
<% else %>
  <%= pa_link_to pluralize(comments.count, "comment"), "#comments" %>
  made here on Planning Alerts
<% end %>