summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-08-27 04:58:32 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-08-27 04:58:32 -0700
commitcb6fcb6562de278afbaadaf186f8ab1c7a992c23 (patch)
treedb14cbcdfd8502d09bfa9c3419b88de63c49479f /app
parent65444ba3117e80d57f7dc73aed31d5f9468d061d (diff)
parente0cd807020e0c50e365480133a66dca25efab36f (diff)
downloadgitlab-ce-cb6fcb6562de278afbaadaf186f8ab1c7a992c23.tar.gz
Merge pull request #1301 from Mikulas/help-web-hooks-typo
fix web hooks help view commit count off by one
Diffstat (limited to 'app')
-rw-r--r--app/views/hooks/_data_ex.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/hooks/_data_ex.html.erb b/app/views/hooks/_data_ex.html.erb
index 8d3de3f0bf2..e43714e965b 100644
--- a/app/views/hooks/_data_ex.html.erb
+++ b/app/views/hooks/_data_ex.html.erb
@@ -37,7 +37,7 @@
}
}
],
- total_commits_count => 3
+ total_commits_count => 4
}
eos
%>