RefugeRestrooms/refugerestrooms

View on GitHub
app/views/restrooms/nearby.html.haml

Summary

Maintainability
Test Coverage
- if @restrooms.empty?
  .none
    %p= t('.none')
- else
  %h2= t('.heading')
  %p= t('.body')
  .minimalRestroomList= render @restrooms
  .clearfix