Files
gitlabhq/app/views/projects
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
..
2013-08-12 22:22:31 +03:00
2013-07-17 14:53:23 +03:00
2013-09-09 17:11:58 +03:00
2013-08-21 19:20:29 +09:00
2013-08-12 12:08:52 +03:00
2013-07-18 10:29:45 +03:00
2013-08-27 12:59:44 +03:00
2013-08-16 16:59:26 +03:00
2013-08-12 19:28:10 +03:00
2013-06-10 21:40:23 +03:00