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

16 lines
400 B
Plaintext
Raw Normal View History

2018-03-04 02:25:42 +00:00
{ #
# @file
# Shows a list of current user's starred maps
# GET /explore/starred(.:format)
2018-03-04 02:25:42 +00:00
# }
<script>
2018-03-04 02:25:42 +00:00
{ content_for :title, "Starred Maps | Metamaps" }
{ content_for :mobile_title, "Starred Maps" }
Metamaps.currentPage = "starred";
Metamaps.currentSection = "explore";
2018-03-04 02:25:42 +00:00
Metamaps.ServerData.Starred = { @maps.to_json.html_safe };
Metamaps.GlobalUI.Search.focus();
</script>