diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-04-21 00:21:28 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-04-21 00:21:28 +0000 |
commit | fd5b158765ff46617e1e00642bb266177f6d5e32 (patch) | |
tree | 5ba29528a6911b8f497196f60e520b1d71908e52 /app/views/projects/commits | |
parent | e38958d1d51b5f5fd695f09600d29b9b455757a1 (diff) | |
download | gitlab-ce-fd5b158765ff46617e1e00642bb266177f6d5e32.tar.gz |
Remove unnecessary provided param
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r-- | app/views/projects/commits/show.html.haml | 2 |
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}); |