Commit 4ec8eecb66968efeab228cd1ce45d34dc76d396d

Authored by Dmitriy Zaporozhets
1 parent a7a344f0

Fix header case

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/hooks/index.html.haml
... ... @@ -47,7 +47,7 @@
47 47 -if @hooks.any?
48 48 .ui-box
49 49 .title
50   - Web Hooks (#{@hooks.count})
  50 + Web hooks (#{@hooks.count})
51 51 %ul.well-list
52 52 - @hooks.each do |hook|
53 53 %li
... ...