Forums » Development »
Added by Dmitriy Brin over 6 years ago
I want to change columns for relations issues, for that change body of render_issue_relations method.
Add
content_tag('td', other_issue.start_date, :class => 'start_date') +
content_tag('td', other_issue.due_date, :class => 'due_date') +
content_tag('td', link_to_user(other_issue.assigned_to), :class => 'assigned_to') +
PS Other changes of GUI applied successfuly.