Commit cda240b99ac2e854f26768d9613efb39c1b48047

Authored by AntonioTerceiro
1 parent 771d8205

ActionItem114: still moving



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@848 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
test/fixtures/design_blocks.yml
... ... @@ -6,18 +6,18 @@ one:
6 6 position: 1
7 7 type: 'MainBlock'
8 8 title: 'Main Content'
9   -# FavoriteLinks Blocks
  9 +# FavouriteLinks Blocks
10 10 two:
11 11 id: 2
12 12 box_id: 1
13 13 position: 2
14   - type: 'FavoriteLinks'
  14 + type: 'FavouriteLinks'
15 15 title: 'List of Links 1'
16 16 three:
17 17 id: 3
18 18 box_id: 1
19 19 position: 3
20   - type: 'FavoriteLinks'
  20 + type: 'FavouriteLinks'
21 21 title: 'List of Link 2'
22 22 #List Blocks
23 23 #FIXME Put other blocks to works
... ...