@@ -123,6 +123,7 module IssuesHelper | |||||
123 | l(:field_start_date), |
|
123 | l(:field_start_date), | |
124 | l(:field_due_date), |
|
124 | l(:field_due_date), | |
125 | l(:field_done_ratio), |
|
125 | l(:field_done_ratio), | |
|
126 | l(:field_estimated_hours), | |||
126 | l(:field_created_on), |
|
127 | l(:field_created_on), | |
127 | l(:field_updated_on) |
|
128 | l(:field_updated_on) | |
128 | ] |
|
129 | ] | |
@@ -146,6 +147,7 module IssuesHelper | |||||
146 | format_date(issue.start_date), |
|
147 | format_date(issue.start_date), | |
147 | format_date(issue.due_date), |
|
148 | format_date(issue.due_date), | |
148 | issue.done_ratio, |
|
149 | issue.done_ratio, | |
|
150 | issue.estimated_hours, | |||
149 | format_time(issue.created_on), |
|
151 | format_time(issue.created_on), | |
150 | format_time(issue.updated_on) |
|
152 | format_time(issue.updated_on) | |
151 | ] |
|
153 | ] |
General Comments 0
You need to be logged in to leave comments.
Login now