metamaps--metamaps/views/explore/mine.html.erb

16 lines
289 B
Plaintext
Raw Normal View History

2018-03-04 02:25:42 +00:00
{ #
2016-02-28 05:13:44 +00:00
# @file
# Shows a list of current user's maps
# GET /explore/mine(.:format)
2018-03-04 02:25:42 +00:00
# }
2016-02-28 05:13:44 +00:00
<script>
2018-03-05 17:43:11 +00:00
2016-02-28 05:13:44 +00:00
Metamaps.currentPage = "mine";
2016-02-28 05:13:44 +00:00
Metamaps.currentSection = "explore";
2018-03-04 02:25:42 +00:00
Metamaps.ServerData.Mine = { @maps.to_json.html_safe };
Metamaps.GlobalUI.Search.focus();
2016-02-28 05:13:44 +00:00
</script>