-
- Downloads
There was an error fetching the commit references. Please try again later.
Refactor labels_filter_path and labels nav
Refactor labels_filter_path method to be consistent with other similar
methods like search_filter_path, milestones_filter_path etc.
Also move repeating code in labels index page nav into shared partial
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent
600a10b9
No related branches found
No related tags found
Showing
- app/helpers/boards_helper.rb 2 additions, 2 deletionsapp/helpers/boards_helper.rb
- app/helpers/labels_helper.rb 13 additions, 7 deletionsapp/helpers/labels_helper.rb
- app/views/groups/labels/index.html.haml 1 addition, 18 deletionsapp/views/groups/labels/index.html.haml
- app/views/projects/labels/index.html.haml 1 addition, 19 deletionsapp/views/projects/labels/index.html.haml
- app/views/shared/boards/_show.html.haml 1 addition, 1 deletionapp/views/shared/boards/_show.html.haml
- app/views/shared/boards/components/sidebar/_labels.html.haml 1 addition, 1 deletionapp/views/shared/boards/components/sidebar/_labels.html.haml
- app/views/shared/issuable/_label_dropdown.html.haml 1 addition, 1 deletionapp/views/shared/issuable/_label_dropdown.html.haml
- app/views/shared/issuable/_sidebar.html.haml 1 addition, 1 deletionapp/views/shared/issuable/_sidebar.html.haml
- app/views/shared/labels/_nav.html.haml 20 additions, 0 deletionsapp/views/shared/labels/_nav.html.haml
app/views/shared/labels/_nav.html.haml
0 → 100644
Please register or sign in to comment