-
- Downloads
added NamespacedProject role. Extended project info displayed for admin. Fixed project limit
Showing
- app/controllers/groups_controller.rb 1 addition, 0 deletionsapp/controllers/groups_controller.rb
- app/controllers/snippets_controller.rb 2 additions, 2 deletionsapp/controllers/snippets_controller.rb
- app/models/project.rb 2 additions, 59 deletionsapp/models/project.rb
- app/models/user.rb 0 additions, 13 deletionsapp/models/user.rb
- app/roles/account.rb 16 additions, 0 deletionsapp/roles/account.rb
- app/roles/namespaced_project.rb 59 additions, 0 deletionsapp/roles/namespaced_project.rb
- app/views/admin/projects/_form.html.haml 33 additions, 29 deletionsapp/views/admin/projects/_form.html.haml
- app/views/admin/projects/index.html.haml 1 addition, 1 deletionapp/views/admin/projects/index.html.haml
- app/views/admin/projects/show.html.haml 42 additions, 2 deletionsapp/views/admin/projects/show.html.haml
- app/views/admin/users/index.html.haml 8 additions, 5 deletionsapp/views/admin/users/index.html.haml
- app/views/admin/users/show.html.haml 6 additions, 0 deletionsapp/views/admin/users/show.html.haml
- app/views/hooks/index.html.haml 6 additions, 7 deletionsapp/views/hooks/index.html.haml
- app/views/projects/create.js.haml 1 addition, 0 deletionsapp/views/projects/create.js.haml
- app/views/projects/files.html.haml 1 addition, 2 deletionsapp/views/projects/files.html.haml
- app/views/snippets/_snippet.html.haml 2 additions, 1 deletionapp/views/snippets/_snippet.html.haml
- app/views/snippets/index.html.haml 8 additions, 8 deletionsapp/views/snippets/index.html.haml
- app/views/team_members/_team.html.haml 1 addition, 1 deletionapp/views/team_members/_team.html.haml
- spec/models/user_spec.rb 12 additions, 1 deletionspec/models/user_spec.rb
app/roles/namespaced_project.rb
0 → 100644
Please register or sign in to comment