13 lines
296 B
Text
13 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>
|