소스 검색

Change path for new applications

main
Adrian Short 5 년 전
부모
커밋
c1a01f47c9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      bin/build
  2. +1
    -1
      views/layout.haml

+ 1
- 1
bin/build 파일 보기

@@ -72,7 +72,7 @@ end

def gen_new
apps = ScraperWiki.select("* from `applications` order by date_received desc limit 30")
write_page('new', 'new', { apps: apps })
write_page('new-applications', 'new', { apps: apps })
end

def gen_decisions


+ 1
- 1
views/layout.haml 파일 보기

@@ -13,7 +13,7 @@
%a{ :href => '/' }<
Home
%li
%a{ :href => '/new/' }<
%a{ :href => '/new-applications/' }<
New applications
%li
%a{ :href => '/decisions/' }<


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