From 4ec8eecb66968efeab228cd1ce45d34dc76d396d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 13 Dec 2013 13:14:43 +0200 Subject: [PATCH] Fix header case --- app/views/projects/hooks/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml index 6141a4f..2ac6714 100644 --- a/app/views/projects/hooks/index.html.haml +++ b/app/views/projects/hooks/index.html.haml @@ -47,7 +47,7 @@ -if @hooks.any? .ui-box .title - Web Hooks (#{@hooks.count}) + Web hooks (#{@hooks.count}) %ul.well-list - @hooks.each do |hook| %li -- libgit2 0.21.2