-
- Downloads
Created the gear settings entry and created a way to initialize both sections with one controller
Changed views to partials, created the repository view, created a repository_helper to further aid the creation of variables across different controllers
Showing
- app/controllers/projects/deploy_keys_controller.rb 4 additions, 5 deletionsapp/controllers/projects/deploy_keys_controller.rb
- app/controllers/projects/protected_branches_controller.rb 3 additions, 4 deletionsapp/controllers/projects/protected_branches_controller.rb
- app/controllers/projects/settings/repository_controller.rb 35 additions, 1 deletionapp/controllers/projects/settings/repository_controller.rb
- app/helpers/repository_helper.rb 13 additions, 0 deletionsapp/helpers/repository_helper.rb
- app/views/layouts/nav/_project_settings.html.haml 3 additions, 7 deletionsapp/views/layouts/nav/_project_settings.html.haml
- app/views/projects/deploy_keys/_index.html.haml 2 additions, 4 deletionsapp/views/projects/deploy_keys/_index.html.haml
- app/views/projects/protected_branches/_branches_list.html.haml 1 addition, 1 deletion...iews/projects/protected_branches/_branches_list.html.haml
- app/views/projects/protected_branches/_create_protected_branch.html.haml 1 addition, 1 deletion...cts/protected_branches/_create_protected_branch.html.haml
- app/views/projects/protected_branches/_index.html.haml 2 additions, 2 deletionsapp/views/projects/protected_branches/_index.html.haml
- app/views/projects/settings/repository/show.html.haml 4 additions, 2 deletionsapp/views/projects/settings/repository/show.html.haml
app/helpers/repository_helper.rb
0 → 100644
Please register or sign in to comment