This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
kiosks
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Change path for new applications
main
Adrian Short
6 years ago
parent
e9eea68aa8
commit
c1a01f47c9
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/build
+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/' }<
Write
Preview
Loading…
Cancel
Save