Adrian Short 5 лет назад
Родитель
Сommit
37f6acf55d
2 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      lib/site.rb
  2. +0
    -0
      views/new-applications.haml

+ 1
- 1
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")


views/new.haml → views/new-applications.haml Просмотреть файл


Загрузка…
Отмена
Сохранить