浏览代码

Rename template

main
Adrian Short 5 年前
父节点
当前提交
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 查看文件


正在加载...
取消
保存