summaryrefslogtreecommitdiffstats
path: root/app/helpers/diff_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make the merge-requests work proper in IE7+Johan Sørensen2009-12-141-9/+9
|
* xMake the inline diff comment form work in webkitJohan Sørensen2009-11-041-1/+0
| | | | | | | | | By not extracting+inserting the #inline_comment_form html into different places in the DOM, we avoid weird side-effects in webkit (and get a lot cleaner code too). The diff container (".file-diff") must now be passed explicitly to the CommentForm.display() method so that it knows which one to insert the resulting diff with new comment into.
* When POSTing a comment on a MR version, the controller renders the relevant ↵Marius Mathiesen2009-11-041-0/+151
diff, which is displayed via JS - Needed to extract the diff browsing to a separate helper as other helpers include each other