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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-10 22:22:56 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-10 22:22:56 +0300
commitbed783ac15453f60651f861803bba93c622625ba (patch)
treed560107fff213edcc6abb51f215a029b1e5fd740 /app/views/help
parente42f7e2a5a733d7c3682bd7d15e509e1943003bc (diff)
Rename btn-secondary to btn-default
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/ui.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml
index 6a055f77f4a..94b012d39a3 100644
--- a/app/views/help/ui.html.haml
+++ b/app/views/help/ui.html.haml
@@ -205,7 +205,7 @@
%h2#buttons Buttons
.example
- %button.btn.btn-secondary{ :type => "button" } Secondary
+ %button.btn.btn-default{ :type => "button" } Secondary
%button.btn.btn-primary{ :type => "button" } Primary
%button.btn.btn-success{ :type => "button" } Success
%button.btn.btn-info{ :type => "button" } Info
@@ -477,7 +477,7 @@
Remember me
.form-group.row
.offset-sm-2.col-sm-10
- %button.btn.btn-secondary{ :type => "submit" } Sign in
+ %button.btn.btn-default{ :type => "submit" } Sign in
.lead
Form when label rendered above input
@@ -495,7 +495,7 @@
%label
%input{ :type => "checkbox" }/
Remember me
- %button.btn.btn-secondary{ :type => "submit" } Sign in
+ %button.btn.btn-default{ :type => "submit" } Sign in
%h2#file File
%h4