diff --git a/app/views/admin/events/index.html.haml b/app/views/admin/events/index.html.haml
index 5edf4d81..10a99f6d 100644
--- a/app/views/admin/events/index.html.haml
+++ b/app/views/admin/events/index.html.haml
@@ -57,9 +57,11 @@
%br
- voted = event.voted?(event, current_user)
- if voted
- Your rating: #{voted.rating}
+ %span.label.label-success
+ Your rating: #{voted.rating}
- else
- Not rated
+ %span.label.label-danger
+ Not rated
- else
0/#{@conference.call_for_paper.rating}
%br