Revert "Handle MR "show all commits" link with a doc-ready event handler."

This reverts commit 5b1ede6280.
This commit is contained in:
Zevs 2012-06-20 21:01:00 +03:00
parent 581a822326
commit a9c7de8815
2 changed files with 7 additions and 8 deletions

View file

@ -9,7 +9,7 @@
%li.bottom
8 of #{@commits.count} commits displayed.
%strong
%a.show_all Click here to show all
= link_to_function "Click here to show all", "MergeRequest.showAllCommits()"
%ul.all_mr_commits.hide.unstyled
- @commits.each do |commit|
= render "commits/commit", :commit => commit