diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-29 18:43:21 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-29 18:43:21 +0300 |
commit | 38ff5d1ab9d9eb5d09bbc8498410b770445b698e (patch) | |
tree | 75702af7d725741715011a85c9093b9ac2114ce9 /app/views/help/index.html.haml | |
parent | 6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (diff) | |
download | gitlab-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/help/index.html.haml')
-rw-r--r-- | app/views/help/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index 5a684e1e56c..1b714429f14 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -19,7 +19,7 @@ .row .col-md-4 .panel.panel-default - .title + .panel-heading Quick help %ul.well-list %li @@ -35,7 +35,7 @@ .col-md-8 .panel.panel-default.documentation - .title Documentation + .panel-heading Documentation = preserve do - readme_text = File.read(Rails.root.join("doc", "README.md")) |