mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
%td{:style => "width:96px"}
|
||||
- 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
|
||||
#{pluralize(event.voters.length, 'voter')}
|
||||
%br
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
- else
|
||||
= label_tag "label_rating", "", :class => "avgrating"
|
||||
- else
|
||||
Rating: 0/#{@conference.call_for_papers.rating}
|
||||
0/#{@conference.call_for_papers.rating}
|
||||
%br
|
||||
|
||||
- if event.submitter.registrations.count < 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue