Przeglądaj źródła

Rename template

main
Adrian Short 5 lat temu
rodzic
commit
37f6acf55d
2 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      lib/site.rb
  2. +0
    -0
      views/new-applications.haml

+ 1
- 1
lib/site.rb Wyświetl plik

@@ -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 Wyświetl plik


Ładowanie…
Anuluj
Zapisz