Pārlūkot izejas kodu

Change path for new applications

main
Adrian Short pirms 5 gadiem
vecāks
revīzija
c1a01f47c9
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +1
    -1
      bin/build
  2. +1
    -1
      views/layout.haml

+ 1
- 1
bin/build Parādīt failu

@@ -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 Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt