From c1a01f47c927ff5b44435403b551e60e41c013fc Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sat, 22 Sep 2018 21:58:52 +0100 Subject: [PATCH] Change path for new applications --- bin/build | 2 +- views/layout.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build b/bin/build index 88caed5..7a58554 100755 --- a/bin/build +++ b/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 diff --git a/views/layout.haml b/views/layout.haml index 07984d8..5876be7 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -13,7 +13,7 @@ %a{ :href => '/' }< Home %li - %a{ :href => '/new/' }< + %a{ :href => '/new-applications/' }< New applications %li %a{ :href => '/decisions/' }<