MR commits suppressed if too many. few icons

This commit is contained in:
Dmitriy Zaporozhets 2012-04-17 22:08:07 +03:00
parent 3b7998e197
commit 5ef3b38429
4 changed files with 29 additions and 5 deletions

View file

@ -38,5 +38,11 @@ var MergeRequest = {
$('.status').removeClass("loading");
},
dataType: "script"});
},
showAllCommits:
function() {
$(".first_mr_commits").remove();
$(".all_mr_commits").removeClass("hide");
}
}