15 lines
295 B
Text
15 lines
295 B
Text
{ #
|
|
# @file
|
|
# Shows a list of featured maps
|
|
# GET /explore/featured(.:format)
|
|
# }
|
|
|
|
<script>
|
|
|
|
|
|
|
|
Metamaps.currentSection = "explore";
|
|
Metamaps.currentPage = "featured";
|
|
Metamaps.ServerData.Featured = { @maps.to_json.html_safe };
|
|
Metamaps.GlobalUI.Search.focus();
|
|
</script>
|