diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-29 22:57:15 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-29 22:57:15 +0200 |
commit | 7ba4f2dcfaa85fb89e15d9caa21bf75ad976389f (patch) | |
tree | 643aec9556852732085ad447cb6a9fa1ca0c314d /app/views/groups/new.html.haml | |
parent | fb617c61b95aef4615346a5e554db469384d9b6c (diff) | |
download | gitlab-ce-7ba4f2dcfaa85fb89e15d9caa21bf75ad976389f.tar.gz |
few styling for buttons
Diffstat (limited to 'app/views/groups/new.html.haml')
-rw-r--r-- | app/views/groups/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml index 8fdedce95c9..224962df013 100644 --- a/app/views/groups/new.html.haml +++ b/app/views/groups/new.html.haml @@ -10,7 +10,7 @@ .input = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left" - = f.submit 'Create group', class: "btn btn-primary" + = f.submit 'Create group', class: "btn btn-create" %hr .padded %ul |