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

16 lines
296 B
Plaintext

{ #
# @file
# Shows a list of recently active maps
# GET /explore/active(.:format)
# }
<script>
Metamaps.currentSection = "explore";
Metamaps.currentPage = "active";
Metamaps.ServerData.Active = { @maps.to_json.html_safe };
Metamaps.GlobalUI.Search.focus();
</script>