metamaps--metamaps/views/explore/mine.html.erb
2018-03-05 12:43:11 -05:00

16 lines
289 B
Plaintext

{ #
# @file
# Shows a list of current user's maps
# GET /explore/mine(.:format)
# }
<script>
Metamaps.currentPage = "mine";
Metamaps.currentSection = "explore";
Metamaps.ServerData.Mine = { @maps.to_json.html_safe };
Metamaps.GlobalUI.Search.focus();
</script>