summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-13 13:14:43 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-13 13:14:43 +0200
commit4ec8eecb66968efeab228cd1ce45d34dc76d396d (patch)
treef77df602d480efb0c62990bffd0a739a563f33fa /app
parenta7a344f042995543e8f5a854ff47be14ce85a945 (diff)
downloadgitlab-ce-4ec8eecb66968efeab228cd1ce45d34dc76d396d.tar.gz
Fix header case
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/hooks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml
index 6141a4f3bd8..2ac67140bd7 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