瀏覽代碼

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/' }<


Loading…
取消
儲存