Converted merge_requests.js to coffeescript and updated code

This commit is contained in:
Koen Punt 2013-01-05 02:18:39 +01:00
parent 0a94640e32
commit a1566a9c86
13 changed files with 142 additions and 183 deletions

View file

@ -1,4 +1,4 @@
:plain
$(".merge-request-commits").html("#{escape_javascript(render(partial: "commits"))}");
merge_request.$(".commits").html("#{escape_javascript(render(partial: "commits"))}");