diff --git a/lib/site.rb b/lib/site.rb index 129c26b..164fade 100644 --- a/lib/site.rb +++ b/lib/site.rb @@ -19,7 +19,7 @@ class Site # New applications page apps = ScraperWiki.select("* from `applications` order by date_received desc limit 30") - Petrify.write_page('new-applications', 'new', { apps: apps }) + Petrify.write_page('new-applications', 'new-applications', { apps: apps }) # Latest decisions page apps = ScraperWiki.select("* from `applications` order by date_decision desc limit 30") diff --git a/views/new.haml b/views/new-applications.haml similarity index 100% rename from views/new.haml rename to views/new-applications.haml