Name |
Last commit
|
Last update |
---|---|---|
.. | ||
branches.feature | ||
commit_comments.feature | ||
commit_diff_comments.feature | ||
commits.feature | ||
tags.feature |
BigW Consortium Gitlab
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
branches.feature | Loading commit data... | |
commit_comments.feature | Loading commit data... | |
commit_diff_comments.feature | Loading commit data... | |
commits.feature | Loading commit data... | |
tags.feature | Loading commit data... |