diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-07-12 22:15:30 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-07-12 22:15:30 +0800 |
commit | 115a57c2ba512b9414c8a96e6d9d14e58e5eeab3 (patch) | |
tree | 3d572a4b31b628571b02e0cfc091d92f6f57557f /doc/development/ui_guide.md | |
parent | 7b43749e69fac0f50f5b17511c7caf1d819bb767 (diff) | |
parent | 850bb6db2facf570a7e0933bbf555f764aeac601 (diff) | |
download | gitlab-ce-use-string-in-describe.tar.gz |
Merge remote-tracking branch 'upstream/master' into use-string-in-describeuse-string-in-describe
* upstream/master:
Expire the branch cache after `git gc` runs
Be explicit on merge request discussion variables
Improve wording in UI guide
Fix expandable diffs
CHANGELOG was updated.
Style of import project buttons were fixed in the new project page.
api: expose {should,force}_remove_source_branch
Fix typo in UI guide
Add rule about adding new header tab to the ui guide
Update the health_check gem to the latest release
Display tooltip for "Copy to Clipboard" button (!5164)
Remove icons from some buttons which already has text
Diffstat (limited to 'doc/development/ui_guide.md')
-rw-r--r-- | doc/development/ui_guide.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/ui_guide.md b/doc/development/ui_guide.md index ce0aaa2fd25..8d02c52c477 100644 --- a/doc/development/ui_guide.md +++ b/doc/development/ui_guide.md @@ -27,6 +27,8 @@ We try to keep the amount of tabs in the header navigation between 5 and 10 so t tab should represent separate functionality. Everything related to the issue tracker should be under the 'Issues' tab while everything related to the wiki should be under 'Wiki' tab and so on and so forth. +When adding a new tab to the header don't use more than 2 words for text in the link. +We want to keep links short and easy to remember and fit all of them in the small screen. ## Mobile screen size |