metamaps--metamaps/app/views/maps/livemaps.html.erb

13 lines
296 B
Text
Raw Normal View History

2016-08-24 01:39:31 +00:00
<% #
# @file
# Shows a list of current user's maps
# GET /explore/mine(.:format)
# %>
<script>
Metamaps.currentSection = "explore";
Metamaps.currentPage = "live";
<% content_for :title, "Explore Live Maps | Metamaps" %>
<% content_for :mobile_title, "Live Maps" %>
</script>