Style warning about mentioning many people in a comment
Fixes#2885
* Create issue:
Before:

After:

* New merge request:
Before:

After:

* New comment in a merge request:
Before:

After:

* New diff comment:
Before:

After:

See merge request !1971
Ensure "Remove Source Branch" button is not shown when branch is being deleted.
Given the merging of the Merge Request happens in the background, sometimes when the client JS code reloads the page the source branch is not still gone.
This fix appends a new query string parameter that is checked in the view before rendering the `Remove Source Branch` button.
Closes#3583
See merge request !1897
UI: Improve form consistency
Depends on !1953
See the commits for more details, the messages mostly speak for themselves.
# Highlights
## Tag form
Before:

After:

See merge request !1955
Fixed invalid link on starred projects dashboard.
Fixes#3468
The MR fixes 'Project' links on a dashboard pages headers. See the issue for the details.
This MR does not include tests since the change is rather trivial and there are no (as far as I have seen) existing tests for checking links validity.
In case tests are required I would like to get some guidance on the implementation first. At least I would like to know what should be covered: changed links, all header links, all navigation?
See merge request !1926
UI: Use new style for wiki
Depends on !1953
See the commits for more details, the messages mostly speak for themselves.
# Highlights
## Wiki Page
Before:

After:

## Edit Wiki Page
Before:

After:

See merge request !1967
UI: New Project form tweaks
Depends on !1953
See the commits for more details, the messages mostly speak for themselves.
Before:

After:

See merge request !1964
UI: Issuable filter tweaks
Depends on !1953
See the commits for more details, the messages mostly speak for themselves.
# Highlights
## Filter bar
Before:

After:

## Bulk edit bar
Before:

After:

See merge request !1963
UI: Issuable list item tweaks
Depends on !1953
See the commits for more details, the messages mostly speak for themselves.
Before:

After:

Fixes https://dev.gitlab.org/gitlab/gitlabhq/issues/2590 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2589
See merge request !1962
UI: Use new style for milestone detail page
Depends on !1953
See the commits for more details, the messages mostly speak for themselves.
Before:

After:

See merge request !1966
UI: More consistent alignment and padding
See the commits for more details, the messages mostly speak for themselves.
# Highlights:
## Merge request form bottom
Before:

After:

## Issue header
Before:

After:

## Empty repository message
Before:

After:

Fixes#3742 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2594
See merge request !1953