Mercurial > hg > soundsoftware-site
comparison vendor/plugins/classic_pagination/test/fixtures/.svn/text-base/developers.yml.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 david: | |
2 id: 1 | |
3 name: David | |
4 salary: 80000 | |
5 | |
6 jamis: | |
7 id: 2 | |
8 name: Jamis | |
9 salary: 150000 | |
10 | |
11 <% for digit in 3..10 %> | |
12 dev_<%= digit %>: | |
13 id: <%= digit %> | |
14 name: fixture_<%= digit %> | |
15 salary: 100000 | |
16 <% end %> | |
17 | |
18 poor_jamis: | |
19 id: 11 | |
20 name: Jamis | |
21 salary: 9000 |