Feature #5193 ยป issues_helper.rb.diff
app/helpers/issues_helper.rb (working copy) | ||
---|---|---|
52 | 52 |
:style => "padding-left: #{level * 20}px") + |
53 | 53 |
content_tag('td', h(child.status)) + |
54 | 54 |
content_tag('td', link_to_user(child.assigned_to)) + |
55 |
content_tag('td', progress_bar(child.done_ratio, :width => '80px')), |
|
55 |
content_tag('td', progress_bar(child.done_ratio, :width => '80px', :legend => "#{child.done_ratio}%")),
|
|
56 | 56 |
:class => "issue-#{child.id} hascontextmenu") |
57 | 57 |
end |
58 | 58 |
s << '</form></table>' |