Mercurial > hg > soundsoftware-site
annotate lib/plugins/awesome_nested_set/test/fixtures/notes.yml @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | 433d4f72a19b |
children |
rev | line source |
---|---|
Chris@0 | 1 scope1: |
Chris@0 | 2 id: 1 |
Chris@0 | 3 body: Top Level |
Chris@0 | 4 lft: 1 |
Chris@0 | 5 rgt: 10 |
Chris@0 | 6 notable_id: 1 |
Chris@0 | 7 notable_type: Category |
Chris@0 | 8 child_1: |
Chris@0 | 9 id: 2 |
Chris@0 | 10 body: Child 1 |
Chris@0 | 11 parent_id: 1 |
Chris@0 | 12 lft: 2 |
Chris@0 | 13 rgt: 3 |
Chris@0 | 14 notable_id: 1 |
Chris@0 | 15 notable_type: Category |
Chris@0 | 16 child_2: |
Chris@0 | 17 id: 3 |
Chris@0 | 18 body: Child 2 |
Chris@0 | 19 parent_id: 1 |
Chris@0 | 20 lft: 4 |
Chris@0 | 21 rgt: 7 |
Chris@0 | 22 notable_id: 1 |
Chris@0 | 23 notable_type: Category |
Chris@0 | 24 child_3: |
Chris@0 | 25 id: 4 |
Chris@0 | 26 body: Child 3 |
Chris@0 | 27 parent_id: 1 |
Chris@0 | 28 lft: 8 |
Chris@0 | 29 rgt: 9 |
Chris@0 | 30 notable_id: 1 |
Chris@0 | 31 notable_type: Category |
Chris@0 | 32 scope2: |
Chris@0 | 33 id: 5 |
Chris@0 | 34 body: Top Level 2 |
Chris@0 | 35 lft: 1 |
Chris@0 | 36 rgt: 2 |
Chris@0 | 37 notable_id: 1 |
Chris@0 | 38 notable_type: Departments |