Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
adrian
/
kiosks
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
4
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Tweak templates
main
Adrian Short
6 yıl önce
ebeveyn
ba394896ca
işleme
cfb0fca2d3
2 değiştirilmiş dosya
ile
5 ekleme
ve
3 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
views/authorities.haml
+4
-2
views/authority.haml
+ 1
- 1
views/authorities.haml
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet