2016-02-28 05:13:44 +00:00
|
|
|
<% #
|
|
|
|
# @file
|
|
|
|
# Shows a list of current user's maps
|
|
|
|
# GET /explore/mine(.:format)
|
|
|
|
# %>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
Metamaps.Maps.Mine = <%= @maps.to_json.html_safe %>;
|
|
|
|
Metamaps.currentPage = "mine";
|
|
|
|
<% content_for :title, "Explore My Maps | Metamaps" %>
|
2016-08-12 04:04:18 +00:00
|
|
|
<% content_for :mobile_title, "My Maps" %>
|
2016-02-28 05:13:44 +00:00
|
|
|
|
|
|
|
Metamaps.currentSection = "explore";
|
2016-03-14 00:10:18 +00:00
|
|
|
Metamaps.GlobalUI.Search.open();
|
2016-02-28 05:13:44 +00:00
|
|
|
Metamaps.GlobalUI.Search.lock();
|
|
|
|
</script>
|