Project

General

Profile

Change render_issue_relations method body but but nothing change after restart

Added by Dmitriy Brin over 5 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') +

Then restart, and nothing changes on page! What I am doing wrong?

PS Other changes of GUI applied successfuly.