Changeset 534
- Timestamp:
- 10/05/07 19:28:10 (1 year ago)
- Files:
-
- trunk/extensions/shards/app/views/admin/page/_node.rhtml (modified) (1 diff)
- trunk/extensions/shards/test/test_helper.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/extensions/shards/app/views/admin/page/_node.rhtml
r488 r534 2 2 count = page.children.count 3 3 children = count > 0 4 expanded = expanded_rows.include?(page.id)4 expanded = show_all? || expanded_rows.include?(page.id) 5 5 padding_left = (level * 22) + 4 6 6 trunk/extensions/shards/test/test_helper.rb
r505 r534 1 require 'test/unit' 1 2 # Load the environment 2 3 unless defined? RADIANT_ROOT
