Ver a proveniência

Add text style

tags/last-sinatra-version
Adrian Short há 9 anos
ascendente
cometimento
ae9f8c28da
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      views/candidate.haml

+ 2
- 2
views/candidate.haml Ver ficheiro

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


.warning .warning
%p %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 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]}" }< %a{ :href => "/candidates/##{@candidate.surname[0]}" }<
candidates list candidates list
for details.
for details.

Carregando…
Cancelar
Guardar