Project

General

Profile

Actions

Defect #5150

closed

CSS problem

Added by Eric Thomas about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-22
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

In app/helpers/issues_helper.rb

def render_descendants_tree(issue)
    s = '<form><table class="list issues">'
    ancestors = []
    issue.descendants.sort_by(&:lft).each do |child|
      level = child.level - issue.level - 1

	

Shouldn't the table class be just "issues". I'm pretty sure CSS class names can't have spaces in them.

Actions

Also available in: Atom PDF