使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
adrianshort
/
suttonelections
镜像自地址
https://github.com/adrianshort/suttonelections.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
2
百科
动态
浏览代码
Delete /bodies page
The main nav links directly to each body detail page so the overview page is redundant
tags/last-sinatra-version
Adrian Short
8 年前
父节点
c604d30929
当前提交
652d1b04ab
共有
3 个文件被更改
,包括
0 次插入
和
15 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+0
-5
app.rb
+0
-6
views/bodies.haml
+0
-4
views/body.haml
+ 0
- 5
app.rb
查看文件
@@ -182,11 +182,6 @@ end
# Not written yet. Show how this party did at this election.
# end
get '/bodies/?' do
@bodies = Body.all
haml :bodies
end
get '/bodies/:body/?' do
@body = Body.first(:slug => params[:body])
@districts = District.all(:body => @body, :order => [:name])
+ 0
- 6
views/bodies.haml
查看文件
@@ -1,6 +0,0 @@
%h1= @page_title = "Government bodies"
- @bodies.each do |body|
%p
%a{ :href => "/bodies/#{body.slug}" }
= body.name
+ 0
- 4
views/body.haml
查看文件
@@ -1,7 +1,3 @@
%nav
%a{ :href => "/bodies" }
« Government bodies
%h1= @page_title = @body.name
%h2 Elections
撰写
预览
正在加载...
取消
保存