summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-03-07 10:41:49 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-03-07 10:41:49 +0100
commit823633325833a6449be9351cec7d78788274d57f (patch)
tree6f6555f267d37a30ba9cd4e26f7348c340d3489d
parent4cb3a4a73eb9f650bf2f16a10030861b1b7b9997 (diff)
downloadgitlab-ce-823633325833a6449be9351cec7d78788274d57f.tar.gz
Finish refactor
-rw-r--r--app/views/projects/commits/_commit_list.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit_list.html.haml b/app/views/projects/commits/_commit_list.html.haml
index 5fe4d918833..62e5f346777 100644
--- a/app/views/projects/commits/_commit_list.html.haml
+++ b/app/views/projects/commits/_commit_list.html.haml
@@ -1,4 +1,4 @@
-- commits, hidden = limited_commits(@commits, @project)
+- commits, hidden = limited_commits(@commits)
- commits = Commit.decorate(commits, @project)
%div.panel.panel-default