소스 검색

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 파일 보기


불러오는 중...
취소
저장