- provide :title, 'Locations'

.index-header
  %h1= pluralize(@locations.count, 'Location')
  = link_to '+ Create Location', new_location_path, class: 'btn btn--small'
  %p
    Display individual branch and location information

= index_table @locations, C::Location::INDEX_TABLE