이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
adrian
/
kiosks
보기
1
좋아요
0
포크
0
코드
이슈
4
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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
쓰기
미리보기
불러오는 중...
취소
저장