-
- Downloads
Merge pull request #6778 from dblessing/feature/mr_labels
Merge Request Labels
Showing
- app/assets/stylesheets/sections/merge_requests.scss 8 additions, 0 deletionsapp/assets/stylesheets/sections/merge_requests.scss
- app/controllers/application_controller.rb 5 additions, 0 deletionsapp/controllers/application_controller.rb
- app/controllers/projects/labels_controller.rb 9 additions, 4 deletionsapp/controllers/projects/labels_controller.rb
- app/models/merge_request.rb 6 additions, 1 deletionapp/models/merge_request.rb
- app/models/project.rb 4 additions, 1 deletionapp/models/project.rb
- app/views/projects/issues/index.html.haml 2 additions, 1 deletionapp/views/projects/issues/index.html.haml
- app/views/projects/merge_requests/_form.html.haml 38 additions, 0 deletionsapp/views/projects/merge_requests/_form.html.haml
- app/views/projects/merge_requests/_merge_request.html.haml 6 additions, 0 deletionsapp/views/projects/merge_requests/_merge_request.html.haml
- app/views/projects/merge_requests/_show.html.haml 1 addition, 0 deletionsapp/views/projects/merge_requests/_show.html.haml
- app/views/projects/merge_requests/index.html.haml 2 additions, 1 deletionapp/views/projects/merge_requests/index.html.haml
- app/views/projects/merge_requests/show/_participants.html.haml 11 additions, 0 deletions...iews/projects/merge_requests/show/_participants.html.haml
- app/views/shared/_project_filter.html.haml 1 addition, 1 deletionapp/views/shared/_project_filter.html.haml
- lib/api/entities.rb 1 addition, 0 deletionslib/api/entities.rb
- lib/api/merge_requests.rb 4 additions, 0 deletionslib/api/merge_requests.rb
- spec/requests/api/projects_spec.rb 44 additions, 8 deletionsspec/requests/api/projects_spec.rb
Please register or sign in to comment