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:42:44 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:42:44 +0400
commit6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (patch)
tree2b1d5ba6e1e6d14ae73956ea7ff26b5d0a9d8301 /app/views/help
parente6beb6090320d6756369934c5151e36429c5d5f1 (diff)
Replace ui-box with panel.panel-default
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 87fa5ef57d2..5a684e1e56c 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -18,7 +18,7 @@
.row
.col-md-4
- .ui-box
+ .panel.panel-default
.title
Quick help
%ul.well-list
@@ -34,7 +34,7 @@
= link_to "shortcuts", '#', onclick: "new Shortcuts()"
.col-md-8
- .ui-box.documentation
+ .panel.panel-default.documentation
.title Documentation
= preserve do