소스 검색

Add text style

tags/last-sinatra-version
Adrian Short 8 년 전
부모
커밋
ae9f8c28da
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      views/candidate.haml

+ 2
- 2
views/candidate.haml 파일 보기

@@ -38,7 +38,7 @@
- else
%td.right= commify(ccy['votes'])
%td.right= to_ordinal(ccy['position'])
%td= ccy['seats'] == 1 ? "Elected" : "Not elected"
%td.elected_text= ccy['seats'] == 1 ? "Elected" : "Not elected"

.warning
%p
@@ -48,4 +48,4 @@
Some candidates have more than one profile page due to them using slightly different names in different elections. See the full
%a{ :href => "/candidates/##{@candidate.surname[0]}" }<
candidates list
for details.
for details.

불러오는 중...
취소
저장