openaustralia/planningalerts

View on GitHub
app/views/home/_trending.html.haml

Summary

Maintainability
Test Coverage
.trending
  %h4 Trending planning applications across Australia
  %p
    The most commented on recent applications

  .pa-container
    %ol= render partial: "home/application_trending", collection: applications.limit(4), as: :application

  = link_to "More…".html_safe, trending_applications_path, class: "cta"