gitlabhq/app/views/merge_requests/commits.js.haml

5 lines
97 B
Plaintext
Raw Normal View History

2011-12-13 19:40:45 +01:00
:plain
$(".merge-request-commits").html("#{escape_javascript(render(partial: "commits"))}");
2011-12-13 19:40:45 +01:00