Browse Source

Change path for new applications

main
Adrian Short 5 years ago
parent
commit
c1a01f47c9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bin/build
  2. +1
    -1
      views/layout.haml

+ 1
- 1
bin/build View File

@@ -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 View File

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


Loading…
Cancel
Save