@@ -819,7 +819,7 class Issue < ActiveRecord::Base | |||
|
819 | 819 | |
|
820 | 820 | # Returns a string of css classes that apply to the issue |
|
821 | 821 | def css_classes |
|
822 |
s = "issue status-#{status |
|
|
822 | s = "issue status-#{status_id} priority-#{priority.position}" | |
|
823 | 823 | s << ' closed' if closed? |
|
824 | 824 | s << ' overdue' if overdue? |
|
825 | 825 | s << ' child' if child? |
General Comments 0
You need to be logged in to leave comments.
Login now