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

15 lines
306 B
Text

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