<%# # @file # Shows a list of all maps, or just a user's maps. # TODO: What url is this accessible at? #%> <% content_for :title, "Explore Maps | Metamaps" %>

Explore Maps

Displaying:
<% if @request == "other" %> By <%= @user.name %> / <% end %> <% if @request == "topic" %> Maps Containing Topic <%= @topic.id.to_s %>: "<%= @topic.name.truncate(30) %>" <% end %> <% if @request != "topic" %> ">Recently Active / ">Featured / ">Newest First <% if authenticated? %> / ">Yours <% end %> <% end %>
<% @maps.each do |map| %> <%= render map %> <% end %>