@@ -3,8 +3,9 changesets_001: | |||
|
3 | 3 | commit_date: 2007-04-11 |
|
4 | 4 | committed_on: 2007-04-11 15:14:44 +02:00 |
|
5 | 5 | revision: 1 |
|
6 | scmid: 691322a8eb01e11fd7 | |
|
6 | 7 | id: 100 |
|
7 | comments: My very first commit | |
|
8 | comments: 'do not escaping #<>&' | |
|
8 | 9 | repository_id: 10 |
|
9 | 10 | committer: dlopper |
|
10 | 11 | user_id: 3 |
@@ -13,7 +14,6 changesets_002: | |||
|
13 | 14 | committed_on: 2007-04-12 15:14:44 +02:00 |
|
14 | 15 | revision: 2 |
|
15 | 16 | id: 101 |
|
16 | scmid: 691322a8eb01e11fd7 | |
|
17 | 17 | comments: 'This commit fixes #1, #2 and references #1 & #3' |
|
18 | 18 | repository_id: 10 |
|
19 | 19 | committer: dlopper |
@@ -265,12 +265,12 RAW | |||
|
265 | 265 | :class => Issue.find(3).css_classes, :title => 'Error 281 when updating a recipe (New)') |
|
266 | 266 | |
|
267 | 267 | revision_link = link_to('r1', {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => 1}, |
|
268 |
:class => 'changeset', :title => ' |
|
|
268 | :class => 'changeset', :title => 'do not escaping #<>&') | |
|
269 | 269 | revision_link2 = link_to('r2', {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => 2}, |
|
270 | 270 | :class => 'changeset', :title => 'This commit fixes #1, #2 and references #1 & #3') |
|
271 | 271 | |
|
272 |
changeset_link2 = link_to('691322a8eb01e11fd7', {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => |
|
|
273 |
:class => 'changeset', :title => ' |
|
|
272 | changeset_link2 = link_to('691322a8eb01e11fd7', {:controller => 'repositories', :action => 'revision', :id => 'ecookbook', :rev => 1}, | |
|
273 | :class => 'changeset', :title => 'do not escaping #<>&') | |
|
274 | 274 | |
|
275 | 275 | document_link = link_to('Test document', {:controller => 'documents', :action => 'show', :id => 1}, |
|
276 | 276 | :class => 'document') |
General Comments 0
You need to be logged in to leave comments.
Login now