-
- Downloads
Merge branch 'master' of dev.gitlabhq.com:gitlabhq into feature/issues_search
No related branches found
No related tags found
Showing
- README.rdoc 18 additions, 3 deletionsREADME.rdoc
- app/assets/stylesheets/projects.css.scss 43 additions, 0 deletionsapp/assets/stylesheets/projects.css.scss
- app/controllers/issues_controller.rb 1 addition, 1 deletionapp/controllers/issues_controller.rb
- app/controllers/team_members_controller.rb 7 additions, 21 deletionsapp/controllers/team_members_controller.rb
- app/helpers/commits_helper.rb 0 additions, 9 deletionsapp/helpers/commits_helper.rb
- app/models/issue.rb 11 additions, 0 deletionsapp/models/issue.rb
- app/models/project.rb 8 additions, 1 deletionapp/models/project.rb
- app/models/users_project.rb 6 additions, 1 deletionapp/models/users_project.rb
- app/views/commits/_commits.html.haml 1 addition, 1 deletionapp/views/commits/_commits.html.haml
- app/views/commits/_diff.html.haml 5 additions, 39 deletionsapp/views/commits/_diff.html.haml
- app/views/commits/_diff_head.html.haml 24 additions, 0 deletionsapp/views/commits/_diff_head.html.haml
- app/views/commits/_text_file.html.haml 21 additions, 0 deletionsapp/views/commits/_text_file.html.haml
- app/views/commits/show.html.haml 2 additions, 2 deletionsapp/views/commits/show.html.haml
- app/views/issues/_form.html.haml 8 additions, 4 deletionsapp/views/issues/_form.html.haml
- app/views/issues/_issues.html.haml 6 additions, 1 deletionapp/views/issues/_issues.html.haml
- app/views/issues/_show.html.haml 17 additions, 3 deletionsapp/views/issues/_show.html.haml
- app/views/projects/_recent_commits.html.haml 1 addition, 1 deletionapp/views/projects/_recent_commits.html.haml
- app/views/projects/_recent_messages.html.haml 1 addition, 1 deletionapp/views/projects/_recent_messages.html.haml
- app/views/projects/_tree.html.haml 4 additions, 4 deletionsapp/views/projects/_tree.html.haml
- app/views/projects/_tree_file.html.haml 2 additions, 2 deletionsapp/views/projects/_tree_file.html.haml
app/views/commits/_diff_head.html.haml
0 → 100644
app/views/commits/_text_file.html.haml
0 → 100644
Please register or sign in to comment