%# # @file # Shows a list of all maps, or just a user's maps. # TODO: What url is this accessible at? #%> <% if @user %> <% content_for :title, @user.name + "'s Maps | Metamaps" %> <% else %> <% content_for :title, "All Maps | Metamaps" %> <% end %>
Shucks, there are no maps. <% if authenticated? %><%= link_to "Create one if you want.", new_map_url %><% end %>