使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
adrian
/
kiosks
关注
1
点赞
0
派生
0
代码
工单
4
合并请求
0
版本发布
0
百科
动态
浏览代码
Tweak templates
main
Adrian Short
6 年前
父节点
ba394896ca
当前提交
cfb0fca2d3
共有
2 个文件被更改
,包括
5 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
views/authorities.haml
+4
-2
views/authority.haml
+ 1
- 1
views/authorities.haml
查看文件
@@ -4,5 +4,5 @@
- auths.each do |auth|
%tr
%td
%a{ :href =>
slug
(auth['authority_name']) }
%a{ :href =>
authority_url
(auth['authority_name']) }
= auth['authority_name']
+ 4
- 2
views/authority.haml
查看文件
@@ -2,6 +2,8 @@
%h2 Summary
%p.warning There are typically two applications per kiosk: one for full planning permission or telecoms prior approval, and one for advertisement consent. So the number of kiosks applied for is half the number of applications.
%table
%thead
%tr
@@ -9,7 +11,7 @@
%th Decision
%th Appeal status
%th Appeal decision
%th
Quantity
%th
Applications
%tbody
- summary.each do |row|
%tr
@@ -17,7 +19,7 @@
%td= cleanup(row['decision'])
%td= cleanup(row['appeal_status'])
%td= cleanup(row['appeal_decision'])
%td= row['qty']
%td
.right
= row['qty']
%h2 Applications
撰写
预览
正在加载...
取消
保存