gitlab-org--gitlab-foss/features/project/commits
Ryan Mendivil 0a05ab9126 Fix bug with rendering changing images in commits
When viewing the diff for a changed image file, two bugs occur:

- Both the 'before' and 'after' images link to the 'after' commit
- Visiting the link for either image will cause a error

The first is caused by both image links referencing '@commit.id' rather
than '@commit.parent_id'.  The second is caused by the use of
'project_tree_path' which is used for creating links to directories in
the git file tree. 'project_blob_path' which links to files should be
used instead.
2013-09-11 18:53:37 -08:00
..
branches.feature rewrite project commits features using spinach 2012-09-10 04:27:11 -07:00
commit_comments.feature Replace commit note request specs with spinach features 2013-01-15 00:52:55 +01:00
commit_diff_comments.feature Fixed random failing test 2013-04-10 18:26:25 +03:00
commits.feature Fix bug with rendering changing images in commits 2013-09-11 18:53:37 -08:00
tags.feature rewrite project commits features using spinach 2012-09-10 04:27:11 -07:00