diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-07-09 08:10:40 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-07-09 08:10:40 +0000 |
commit | 706f0e595b0f849d328705ab424110d7706626e1 (patch) | |
tree | f2622dd87fa2b30308d4b2274a1ebf29f45e34f1 | |
parent | 697e9889b610ad5ddd815904167b838488791c75 (diff) | |
parent | 3bae69aa5dba31941b3e46500e895fae835d6a71 (diff) | |
download | gitlab-ce-706f0e595b0f849d328705ab424110d7706626e1.tar.gz |
Merge branch 'dz-button-capitalize' into 'master'
Update ui_guide.md with button capitalize rule
cc @jschatz1 @hazelyang @skyruler
See merge request !5161
-rw-r--r-- | doc/development/ui_guide.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/ui_guide.md b/doc/development/ui_guide.md index 5893b7c219e..ce0aaa2fd25 100644 --- a/doc/development/ui_guide.md +++ b/doc/development/ui_guide.md @@ -52,5 +52,6 @@ information from database or file system * Use red button for destructive actions (not revertable). For example removing issue. * Use green or blue button for primary action. Primary button should be only one. Do not use both green and blue button in one form. -* For all other cases use default white button +* For all other cases use default white button. +* Text button should have only first word capitalized. So should be "Create issue" instead of "Create Issue" |