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

16 lines
399 B
Plaintext
Raw Normal View History

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