使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
adrianshort
/
suttonelections
镜像自地址
https://github.com/adrianshort/suttonelections.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
2
百科
动态
浏览代码
Tweak date format
tags/last-sinatra-version
Adrian Short
8 年前
父节点
ae9f8c28da
当前提交
d6a998a2c1
共有
1 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-2
views/body.haml
+ 2
- 2
views/body.haml
查看文件
@@ -11,7 +11,7 @@
%tr
%td
%a{ :href => "/bodies/#{@body.slug}/elections/#{election.d}" }<
=
long
_date(election.d)
=
short
_date(election.d)
%td
= election.kind
@@ -21,4 +21,4 @@
- @districts.each do |district|
%p
%a{ :href => "/bodies/#{@body.slug}/#{@body.districts_name}/#{district.slug}" }
= district.name
= district.name
撰写
预览
正在加载...
取消
保存