-
- Downloads
User can create group
parent
d9027df5
No related branches found
No related tags found
Showing
- app/controllers/groups_controller.rb 22 additions, 4 deletionsapp/controllers/groups_controller.rb
- app/helpers/tab_helper.rb 6 additions, 1 deletionapp/helpers/tab_helper.rb
- app/models/user.rb 1 addition, 1 deletionapp/models/user.rb
- app/views/dashboard/_groups.html.haml 1 addition, 1 deletionapp/views/dashboard/_groups.html.haml
- app/views/groups/new.html.haml 21 additions, 0 deletionsapp/views/groups/new.html.haml
- app/views/layouts/_head_panel.html.haml 1 addition, 1 deletionapp/views/layouts/_head_panel.html.haml
- app/views/projects/_new_form.html.haml 6 additions, 0 deletionsapp/views/projects/_new_form.html.haml
- app/views/users/_profile.html.haml 23 additions, 0 deletionsapp/views/users/_profile.html.haml
- app/views/users/show.html.haml 6 additions, 22 deletionsapp/views/users/show.html.haml
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- features/group/create_group.feature 11 additions, 0 deletionsfeatures/group/create_group.feature
- features/steps/group/group.rb 18 additions, 0 deletionsfeatures/steps/group/group.rb
app/views/groups/new.html.haml
0 → 100644
app/views/users/_profile.html.haml
0 → 100644
features/group/create_group.feature
0 → 100644
Please register or sign in to comment