Commit e0cd807020e0c50e365480133a66dca25efab36f

Authored by Mikuláš Dítě
1 parent 6ff0652e

fix web hooks help view commit count off by one

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/hooks/_data_ex.html.erb
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 } 37 }
38 } 38 }
39 ], 39 ],
40 - total_commits_count => 3 40 + total_commits_count => 4
41 } 41 }
42 eos 42 eos
43 %> 43 %>