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