openaustralia/planningalerts

View on GitHub
app/views/profiles/comments.html.haml

Summary

Maintainability
Test Coverage
- content_for :page_title, "Your comments"
%h1.page-title Your comments

- if @comments.empty?
  %p You have not made any comments
- else
  = paginate @comments
  %ol#comments
    - @comments.each do |comment|
      %li= render comment, with_address: true
  = paginate @comments