Merge pull request #36 from differentreality/fix_rating_text
erase word rating, no bold
This commit is contained in:
commit
89cf40c2e2
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
- if @conference.call_for_papers.rating != 0
|
- if @conference.call_for_papers.rating != 0
|
||||||
%td{:style => "width:96px"}
|
%td{:style => "width:96px"}
|
||||||
- if event.average_rating.to_f > 0
|
- if event.average_rating.to_f > 0
|
||||||
%b #{event.average_rating}/#{@conference.call_for_papers.rating}
|
#{event.average_rating}/#{@conference.call_for_papers.rating}
|
||||||
%br
|
%br
|
||||||
#{pluralize(event.voters.length, 'voter')}
|
#{pluralize(event.voters.length, 'voter')}
|
||||||
%br
|
%br
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
- else
|
- else
|
||||||
= label_tag "label_rating", "", :class => "avgrating"
|
= label_tag "label_rating", "", :class => "avgrating"
|
||||||
- else
|
- else
|
||||||
Rating: 0/#{@conference.call_for_papers.rating}
|
0/#{@conference.call_for_papers.rating}
|
||||||
%br
|
%br
|
||||||
|
|
||||||
- if event.submitter.registrations.count < 1
|
- if event.submitter.registrations.count < 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue