-
- Downloads
Merge branch 'tsigo-routing_overhaul'
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- app/assets/stylesheets/sections/nav.scss 1 addition, 1 deletionapp/assets/stylesheets/sections/nav.scss
- app/controllers/application_controller.rb 1 addition, 13 deletionsapp/controllers/application_controller.rb
- app/controllers/blame_controller.rb 21 additions, 0 deletionsapp/controllers/blame_controller.rb
- app/controllers/blob_controller.rb 37 additions, 0 deletionsapp/controllers/blob_controller.rb
- app/controllers/commit_controller.rb 36 additions, 0 deletionsapp/controllers/commit_controller.rb
- app/controllers/commits_controller.rb 5 additions, 55 deletionsapp/controllers/commits_controller.rb
- app/controllers/compare_controller.rb 29 additions, 0 deletionsapp/controllers/compare_controller.rb
- app/controllers/protected_branches_controller.rb 0 additions, 1 deletionapp/controllers/protected_branches_controller.rb
- app/controllers/refs_controller.rb 16 additions, 56 deletionsapp/controllers/refs_controller.rb
- app/controllers/repositories_controller.rb 2 additions, 3 deletionsapp/controllers/repositories_controller.rb
- app/controllers/snippets_controller.rb 0 additions, 1 deletionapp/controllers/snippets_controller.rb
- app/controllers/tree_controller.rb 29 additions, 0 deletionsapp/controllers/tree_controller.rb
- app/decorators/event_decorator.rb 1 addition, 1 deletionapp/decorators/event_decorator.rb
- app/decorators/tree_decorator.rb 7 additions, 7 deletionsapp/decorators/tree_decorator.rb
- app/helpers/application_helper.rb 36 additions, 46 deletionsapp/helpers/application_helper.rb
- app/helpers/tab_helper.rb 68 additions, 18 deletionsapp/helpers/tab_helper.rb
- app/helpers/tree_helper.rb 5 additions, 0 deletionsapp/helpers/tree_helper.rb
- app/models/merge_request.rb 1 addition, 1 deletionapp/models/merge_request.rb
- app/models/tree.rb 7 additions, 3 deletionsapp/models/tree.rb
Loading
| Loading
| @@ -57,7 +57,7 @@ gem "seed-fu" |
# Markdown to HTML | ||
gem "redcarpet", "~> 2.1.1" | ||
gem "github-markup", "~> 0.7.4" | ||
gem "github-markup", "~> 0.7.4", require: 'github/markup' | ||
# Servers | ||
gem "thin" | ||
Loading
| Loading
|
app/controllers/blame_controller.rb
0 → 100644
app/controllers/blob_controller.rb
0 → 100644
app/controllers/commit_controller.rb
0 → 100644
app/controllers/compare_controller.rb
0 → 100644
app/controllers/tree_controller.rb
0 → 100644
Please register or sign in to comment