-
- Downloads
Improve labels
* allow developers to manage labels
* add ability to remove label
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/assets/stylesheets/sections/issues.scss 1 addition, 1 deletionapp/assets/stylesheets/sections/issues.scss
- app/assets/stylesheets/sections/labels.scss 4 additions, 0 deletionsapp/assets/stylesheets/sections/labels.scss
- app/controllers/projects/labels_controller.rb 9 additions, 4 deletionsapp/controllers/projects/labels_controller.rb
- app/helpers/labels_helper.rb 1 addition, 1 deletionapp/helpers/labels_helper.rb
- app/models/ability.rb 1 addition, 1 deletionapp/models/ability.rb
- app/models/label.rb 5 additions, 0 deletionsapp/models/label.rb
- app/views/projects/labels/_label.html.haml 7 additions, 1 deletionapp/views/projects/labels/_label.html.haml
- features/project/issues/filter_labels.feature 13 additions, 9 deletionsfeatures/project/issues/filter_labels.feature
- features/steps/project/filter_labels.rb 33 additions, 17 deletionsfeatures/steps/project/filter_labels.rb
- features/steps/project/labels.rb 2 additions, 3 deletionsfeatures/steps/project/labels.rb
Loading
Please register or sign in to comment