metamaps--metamaps/app/views/explore/featured.html.erb
2016-11-07 14:55:20 -05:00

16 lines
408 B
Plaintext

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