metamaps--metamaps/app/views/explore/featured.html.erb

16 lines
402 B
Plaintext
Raw Normal View History

2016-02-28 05:13:44 +00:00
<% #
# @file
# Shows a list of featured maps
# GET /explore/featured(.:format)
# %>
<script>
Metamaps.Maps.Featured = <%= @maps.to_json.html_safe %>;
Metamaps.currentPage = "featured";
<% content_for :title, "Explore Featured Maps | Metamaps" %>
2016-08-12 04:04:18 +00:00
<% content_for :mobile_title, "Featured Maps" %>
2016-02-28 05:13:44 +00:00
Metamaps.currentSection = "explore";
Metamaps.GlobalUI.Search.focus();
2016-02-28 05:13:44 +00:00
</script>