Changed the project switcher dropdown toggle
Moved the positioning of the dropdown to be more aligned with the title
Closes#13219 and #13214
cc. @jschatz1 @dzaporozhets
See merge request !2733
Feature/jschatz1/sidebar features
* Changes sidebar width (290px).
* Makes shortcuts for <kbd>j</kbd> and <kbd>k</kbd> keys for next and previous issues.

cc/ @dzaporozhets
See merge request !2734
updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors
Updated comments and Changelog
Removed duplicate line in changelog
Fix Ruby SHA in installation guide
The Ruby SHA that we were checking against in the
installation guide was wrong. I replaced it with
sha256sum which is also present in the Ruby downloads
page. Also added it as a note in the doc styleguide.
See merge request !2726
Improve reuse of existing UI components
* Re-use top-are css component for issues/mr pages
* Add support for inline form in nav-controls component
cc @jschatz1
See merge request !2722
New padding for lists
* improve consistency for list padding
* reduce padding for project/group/events lists
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fixes#12511
cc @jschatz1 @skyruler @creamzy
See merge request !2715
Fix label links for a merge request pointing to issues list
_Originally opened at !2150._
---
I have added a type parameter to the `link_to_label` helper method that is set to `'merge_request'` when in the context of a merge request.
I have also improved the specs to actually test the output of the method instead of its implementation.
Fixes#3007.
See merge request !2700
Change placeholder text to just 'search'
Fixes#13168

See merge request !2711
gitlab_git 8.1 adds the ability to count the amount of commits between
two references without having to allocate anything but regular
Rugged::Commit objects. This in turn speeds up the process of counting
the number of commits a branch is ahead/behind by about 3.5x.
You can set type: :merge_request to create a link to merge request
lists instead of issues list. Accept both Symbol & String as type
argument for the link_to_label helper
Puts shortcut key in the right place.
Fixes#13192

See merge request !2710