summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:43:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:43:21 +0300
commit38ff5d1ab9d9eb5d09bbc8498410b770445b698e (patch)
tree75702af7d725741715011a85c9093b9ac2114ce9 /app/views/projects/hooks
parent6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (diff)
downloadgitlab-ce-38ff5d1ab9d9eb5d09bbc8498410b770445b698e.tar.gz
Replace ui-box title with panel-heading
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/hooks')
-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 8bc8f264533..9a003c87f68 100644
--- a/app/views/projects/hooks/index.html.haml
+++ b/app/views/projects/hooks/index.html.haml
@@ -52,7 +52,7 @@
-if @hooks.any?
.panel.panel-default
- .title
+ .panel-heading
Web hooks (#{@hooks.count})
%ul.well-list
- @hooks.each do |hook|