This website works better with JavaScript.
首頁
探索
說明
登入
adrian
/
kiosks
關註
1
收藏
0
複製
0
程式碼
問題管理
4
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Change path for new applications
main
Adrian Short
6 年之前
父節點
e9eea68aa8
當前提交
c1a01f47c9
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/build
+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/' }<
Write
Preview
Loading…
取消
儲存