Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:43:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:43:21 +0400
commit38ff5d1ab9d9eb5d09bbc8498410b770445b698e (patch)
tree75702af7d725741715011a85c9093b9ac2114ce9 /app/views/admin/hooks
parent6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (diff)
Replace ui-box title with panel-heading
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/hooks')
-rw-r--r--app/views/admin/hooks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/hooks/index.html.haml b/app/views/admin/hooks/index.html.haml
index 67f0c5d3dc5..0c5db0805f9 100644
--- a/app/views/admin/hooks/index.html.haml
+++ b/app/views/admin/hooks/index.html.haml
@@ -23,7 +23,7 @@
-if @hooks.any?
.panel.panel-default
- .title
+ .panel-heading
System hooks (#{@hooks.count})
%ul.well-list
- @hooks.each do |hook|