-
- Downloads
Merge pull request #1706 from riyad/refactor-tree-views-and-improve-consistency
Refactor tree views and improve consistency
No related branches found
No related tags found
Showing
- app/assets/stylesheets/sections/tree.scss 4 additions, 0 deletionsapp/assets/stylesheets/sections/tree.scss
- app/decorators/tree_decorator.rb 0 additions, 13 deletionsapp/decorators/tree_decorator.rb
- app/views/blame/show.html.haml 4 additions, 7 deletionsapp/views/blame/show.html.haml
- app/views/tree/_blob.html.haml 13 additions, 0 deletionsapp/views/tree/_blob.html.haml
- app/views/tree/_blob_actions.html.haml 12 additions, 0 deletionsapp/views/tree/_blob_actions.html.haml
- app/views/tree/_readme.html.haml 10 additions, 0 deletionsapp/views/tree/_readme.html.haml
- app/views/tree/_submodule_item.html.haml 1 addition, 1 deletionapp/views/tree/_submodule_item.html.haml
- app/views/tree/_tree.html.haml 6 additions, 15 deletionsapp/views/tree/_tree.html.haml
- app/views/tree/_tree_file.html.haml 0 additions, 42 deletionsapp/views/tree/_tree_file.html.haml
- app/views/tree/_tree_item.html.haml 1 addition, 1 deletionapp/views/tree/_tree_item.html.haml
- app/views/tree/blob/_download.html.haml 8 additions, 0 deletionsapp/views/tree/blob/_download.html.haml
- app/views/tree/blob/_image.html.haml 2 additions, 0 deletionsapp/views/tree/blob/_image.html.haml
- app/views/tree/blob/_text.html.haml 15 additions, 0 deletionsapp/views/tree/blob/_text.html.haml
- features/steps/project/project_browse_files.rb 2 additions, 2 deletionsfeatures/steps/project/project_browse_files.rb
- lib/gitlab/file_editor.rb 1 addition, 1 deletionlib/gitlab/file_editor.rb
app/views/tree/_blob.html.haml
0 → 100644
app/views/tree/_blob_actions.html.haml
0 → 100644
app/views/tree/_readme.html.haml
0 → 100644
app/views/tree/_tree_file.html.haml
deleted
100644 → 0
app/views/tree/blob/_download.html.haml
0 → 100644
app/views/tree/blob/_image.html.haml
0 → 100644
app/views/tree/blob/_text.html.haml
0 → 100644
Please register or sign in to comment