diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-13 16:00:08 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-13 16:00:08 +0100 |
commit | 96dda5f6ecba417118d80a0bdfa5c0a14e15a04c (patch) | |
tree | 3e2acb08eddc814ef87951c12454886d49c4040b | |
parent | 03090a88d80cbc8c4333053081882915beb721da (diff) | |
download | gitlab-ce-96dda5f6ecba417118d80a0bdfa5c0a14e15a04c.tar.gz |
Update UI help page with only one nav-link example
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/views/help/ui.html.haml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml index 65335c708fa..7b45bd09050 100644 --- a/app/views/help/ui.html.haml +++ b/app/views/help/ui.html.haml @@ -147,23 +147,6 @@ %li %a Closed - %h4 - %code .btn-group.btn-group-next - .example - %div.btn-group.btn-group-next - %a.btn.active Open - %a.btn Closed - - - %h4 - %code .nav.nav-tabs - .example - %ul.nav.nav-tabs - %li.active - %a Open - %li - %a Closed - %h2#buttons Buttons |