<%# # @file # View rendering each map as a card, or empty message. Shows all regardless # of authentication. # TODO: What url is this located at? #%>

All Maps

<% @maps.each do |map| %> <%= render map %> <% end %> <% if @maps.empty? %>


Shucks, there are no maps.

<% end %>