gitlab-org--gitlab-foss/spec/helpers
Fatih Acet 513629f346 Merge branch 'gitlab-ce-milestone-tab-badges' into 'master'
Milestone tab badges

### What does this MR do?
Adds count badges to the tabs on the Milestone page to mirror the Issue page.

### Are there points in the code the reviewer needs to double check?
CSS: Padding was added to the `.milestone` element to make expired milestones look good.

### Why was this MR needed?
For consistency with other tabs

### What are the relevant issue numbers?
Closes #20114 

### Screenshots (if relevant)

**Before**
<img src="/uploads/1f75853a863a9058ee409916b7ee4057/Screen_Shot_2016-07-22_at_13.22.20.png" width="362">

**After**
<img src="/uploads/8a058290850f571db249dd9b23f5138d/Screen_Shot_2016-07-22_at_13.21.58.png"  width="303">

![Screen_Shot_2016-08-23_at_1.42.56_AM](/uploads/b072dc6bdf505b2fce46660beaf0eae7/Screen_Shot_2016-08-23_at_1.42.56_AM.png)

![Screen_Shot_2016-08-23_at_1.43.15_AM](/uploads/e7440bf2aa628aa4dba63863083699c0/Screen_Shot_2016-08-23_at_1.43.15_AM.png)

### Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5946
2016-09-24 10:49:45 +00:00
..
application_helper_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
auth_helper_spec.rb Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
blob_helper_spec.rb edit_blob_link can receive the blob to avoid access to the repository 2016-08-18 16:30:25 +02:00
broadcast_messages_helper_spec.rb Move `BroadcastMessage#status` to a helper since it's presentational 2016-01-13 11:49:59 -05:00
ci_status_helper_spec.rb Fix ci_status_helper_spec to look for new SVGs 2016-07-19 11:11:52 -07:00
commits_helper_spec.rb Remove persistent XSS vulnerability in `commit_person_link` helper 2016-04-17 18:42:49 -04:00
diff_helper_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
emails_helper_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
events_helper_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
form_helper_spec.rb Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
git_helper_spec.rb Add more tests for merge request versions feature 2016-09-07 10:22:57 +03:00
gitlab_markdown_helper_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
gitlab_routing_helper_spec.rb UI and copywriting improvements 2016-06-14 13:18:14 +02:00
graph_helper_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
groups_helper_spec.rb Syntax fixes and better tests for helper methods. Updated docs. 2016-09-15 14:10:49 -05:00
icons_helper_spec.rb Check symlink mode as a String for file_type_icon_class 2015-04-01 23:34:33 -04:00
import_helper_spec.rb Don't create groups for unallowed users when importing projects 2016-08-31 12:55:45 -03:00
issuables_helper_spec.rb Changed file name 2016-08-19 15:36:49 +01:00
issues_helper_spec.rb Award tooltips refer to current user as "You" 2016-08-17 21:25:39 +01:00
labels_helper_spec.rb Updated label links to work correctly for filtering 2016-04-26 09:13:03 +01:00
members_helper_spec.rb Show member roles to all users on members page 2016-08-11 11:08:07 -05:00
merge_requests_helper_spec.rb Remove JiraIssue model and replace references with ExternalIssue 2016-06-16 01:25:18 +03:00
milestones_helper_spec.rb Ensure milestone counts work with no data 2016-09-07 15:27:14 -05:00
notes_helper_spec.rb Revert unrelevant changes 2016-08-16 10:00:13 +02:00
notifications_helper_spec.rb Refactor notification helper and fix notification service 2016-03-30 10:44:20 +02:00
page_layout_helper_spec.rb Update Hamlit to 2.6.1 2016-08-18 13:26:32 -05:00
preferences_helper_spec.rb Implementing 'Groups View' and 'TODOs View' as options for dashboard preferences. 2016-03-24 19:59:54 +01:00
projects_helper_spec.rb Fix project settings field 2016-09-06 17:37:56 -03:00
runners_helper_spec.rb Fix specs 2015-10-14 17:29:18 +02:00
search_helper_spec.rb Backport search_helper changes from EE 2016-09-14 14:31:02 +03:00
sidekiq_helper_spec.rb Reformat Regexp 2016-09-08 15:46:22 +02:00
submodule_helper_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
tab_helper_spec.rb Fix Style/SpaceInsideHashLiteralBraces cop violations 2015-06-22 14:41:00 -04:00
time_helper_spec.rb Cleanup the use of duration and optimize some queries 2016-08-10 23:12:02 +08:00
tree_helper_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
visibility_level_helper_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00