-
- Downloads
Update tree view to sort folders with submodules
Currently trees are sorted in the fashion: - folders - files - submodules with each section sorted alphabetically This changes to this system: - folders and submodules (sorted together) - files
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/helpers/tree_helper.rb 3 additions, 15 deletionsapp/helpers/tree_helper.rb
- app/views/projects/tree/_tree_row.html.haml 6 additions, 0 deletionsapp/views/projects/tree/_tree_row.html.haml
- spec/features/projects/files/files_sort_submodules_with_folders_spec.rb 29 additions, 0 deletions...projects/files/files_sort_submodules_with_folders_spec.rb
app/views/projects/tree/_tree_row.html.haml
0 → 100644
Please register or sign in to comment