summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-04-21 00:21:28 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2016-04-21 00:21:28 +0000
commitfd5b158765ff46617e1e00642bb266177f6d5e32 (patch)
tree5ba29528a6911b8f497196f60e520b1d71908e52
parente38958d1d51b5f5fd695f09600d29b9b455757a1 (diff)
downloadgitlab-ce-fd5b158765ff46617e1e00642bb266177f6d5e32.tar.gz
Remove unnecessary provided param
-rw-r--r--app/views/projects/commits/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml
index c52cf25d40a..bcdb09208aa 100644
--- a/app/views/projects/commits/show.html.haml
+++ b/app/views/projects/commits/show.html.haml
@@ -39,4 +39,4 @@
= spinner
:javascript
- CommitsList.init("#{@ref}", #{@limit});
+ CommitsList.init(#{@limit});