metamaps--metamaps/views/explore/active.html.erb
2018-03-03 21:25:54 -05:00

16 lines
400 B
Plaintext

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