summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/index.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-10/+9
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Make flash notifications stickyFatih Acet2019-09-031-19/+17
| | | | | This commit also unifies layout structure and remove no_container flag
* Externalize strings from `/app/views/projects/milestones`George Tsiolis2019-01-291-4/+4
|
* Adds milestone searchJacopo2019-01-241-0/+1
| | | | | | | Adds to search ILIKE search for milestones title in: - Milestones dashboard - Group milestones page - Project milestones page
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Milestone testsDan Davison2018-07-111-1/+1
|
* Added vue based promotion modals for labels and milestonesJose Ivan Vargas2018-03-011-0/+1
|
* Add modal for deleting a milestonewinh-delete-milestone-modalWinnie Hellmann2018-01-251-0/+2
|
* Remove all old sub nav barsAnnabel Dunstone Gray2017-09-251-2/+0
|
* fixed new milstone button not being visiblePhil Hughes2017-09-061-1/+1
|
* Moves the action buttons out of the breadcrumbsPhil Hughes2017-09-061-5/+1
| | | | Closes #36459
* Clean up new navigation templatesPhil Hughes2017-09-061-3/+3
|
* Fixed duplicate new milestone buttons in new navigationnew-nav-duplicated-new-milestone-buttonsPhil Hughes2017-07-241-3/+3
| | | | Closes #35454
* Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes2017-07-061-1/+2
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
| |
* | Contextual breadcrumb title fixesPhil Hughes2017-07-031-2/+6
|/ | | | | | Also moves action buttons into the new breadcrumbs Closes #34030, #34033
* Show sub-nav under Merge Requests when issue tracker is non-defaultKushal Pandya2017-04-131-1/+1
|
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-2/+2
|
* Add dropdown sort to project milestonesGeorge Andrinopoulos2017-03-241-0/+1
|
* Add count badges to both dashboard and group milestonesadam-count-badges-group-dashboard-milestonesAlex Braha Stoll2017-03-101-5/+5
|
* Remove unnecessary parenscode_style_fixesValery Sizov2016-06-301-1/+1
|
* Move Labels and Milestones as sub tab to Issues/MRDmitriy Zaporozhets2016-06-101-13/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove icons from button on wiki pages. Also consistent padding between ↵dz-improve-ui-consistency-2Dmitriy Zaporozhets2016-06-081-1/+0
| | | | | | buttons there Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove header title from project pagesDmitriy Zaporozhets2016-05-261-2/+0
| | | | | | | With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into use-top-areaDmitriy Zaporozhets2016-02-031-3/+0
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Remove useless text tips on commonly used pagesDmitriy Zaporozhets2016-02-031-3/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Use top-area component for top page navigation for pages that contains list ↵Dmitriy Zaporozhets2016-02-031-6/+6
|/ | | | | | of items Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add "New X" buttons to dashboard and group issue, MR and milestone indexesDouwe Maan2015-12-021-6/+9
|
* Move project header title definition to view in question.Douwe Maan2015-09-171-0/+1
|
* Style project milestones pageDmitriy Zaporozhets2015-09-071-11/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-9/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| * Prettify milestones pageDmitriy Zaporozhets2015-02-191-8/+5
| |
| * Move labels/milestones tabs to side navigationDmitriy Zaporozhets2015-02-191-1/+0
| |
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
|/ | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Restyle and refactor milestones filterDmitriy Zaporozhets2015-01-061-22/+10
|
* Possibility to create Milestones or Labels when Issues are disabledValery Sizov2014-11-201-1/+1
|
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-2/+2
|
* move all sidebars to one side for improved UX; add button in head of ↵Job van der Voort2014-06-141-2/+2
| | | | projects/issues and milestones instead of tab on side of screen to prevent overlapping of content
* add responsive sidebar to issues, milestones and MRsJob van der Voort2014-06-141-1/+3
|
* Replace ui-box with panel.panel-defaultDmitriy Zaporozhets2014-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor scssDmitriy Zaporozhets2014-02-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* twbs3 fixes for UIDmitriy Zaporozhets2014-01-061-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Convert span into col-mdDmitriy Zaporozhets2013-12-301-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* More specific empty state message wordingHenry Smith2013-08-151-1/+1
| | | | | | I've changed all the instances of "Nothing to show here" to specifically mention the name of the entity of which there are none to show. This makes for a slightly smoother reading experience.
* Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets2013-08-011-1/+1
|