Project

General

Profile

Patch #18659 » 18659.patch

Felix Schäfer, 2014-12-16 19:40

View differences:

app/helpers/issues_helper.rb
84 84
      css << " idnt idnt-#{level}" if level > 0
85 85
      s << content_tag('tr',
86 86
             content_tag('td', check_box_tag("ids[]", child.id, false, :id => nil), :class => 'checkbox') +
87
             content_tag('td', link_to_issue(child, :truncate => 60, :project => (issue.project_id != child.project_id)), :class => 'subject') +
87
             content_tag('td', link_to_issue(child, :project => (issue.project_id != child.project_id)), :class => 'subject', :style => 'width: 50%') +
88 88
             content_tag('td', h(child.status)) +
89 89
             content_tag('td', link_to_user(child.assigned_to)) +
90 90
             content_tag('td', progress_bar(child.done_ratio, :width => '80px')),
(1-1/2)