This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
adrian
/
kiosks
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
4
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Tweak templates
main
Adrian Short
пре 6 година
родитељ
ba394896ca
комит
cfb0fca2d3
2 измењених фајлова
са
5 додато
и
3 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Откажи
Сачувај