metamaps--metamaps/app/views/maps/livemaps.html.erb
2016-09-30 22:21:30 +08:00

12 lines
296 B
Text

<% #
# @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>