Previously, links in the commit messages on the commit detail page were just plain text. This makes them <a>'s that are clickable.
Fixes #3242
Could we add some tests for this?
hmmm, do we actaully test the commit message view at the moment?
I cant seem to find the test where we do that (if we do). Thought this would be the logical place to test this new functionalty.
We may need a new test for this, but I'd think we test view_commit somewhere
rebased onto 3ec425522e0ce37e885680cca941414bcb99ab6c
I have rebased and added tests to this PR.
If Jenkins passes, let's get this in :)
Pull-Request has been merged by pingou
Previously, links in the commit messages on the commit
detail page were just plain text. This makes them <a>'s
that are clickable.
Fixes #3242