Browse Source

Rename template

main
Adrian Short 5 years ago
parent
commit
37f6acf55d
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/site.rb
  2. +0
    -0
      views/new-applications.haml

+ 1
- 1
lib/site.rb View File

@@ -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")


views/new.haml → views/new-applications.haml View File


Loading…
Cancel
Save