From e0cd807020e0c50e365480133a66dca25efab36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikul=C3=A1=C5=A1=20D=C3=ADt=C4=9B?= Date: Sat, 25 Aug 2012 20:48:30 +0200 Subject: [PATCH] fix web hooks help view commit count off by one --- app/views/hooks/_data_ex.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/hooks/_data_ex.html.erb b/app/views/hooks/_data_ex.html.erb index 8d3de3f0..e43714e9 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 %>