-
- Downloads
Merge branch 'dev' into feature/team_member_role_validation
No related branches found
No related tags found
Showing
- CHANGELOG 2 additions, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 7 additions, 8 deletionsGemfile.lock
- README.rdoc 5 additions, 3 deletionsREADME.rdoc
- VERSION 1 addition, 1 deletionVERSION
- app/assets/javascripts/application.js 4 additions, 0 deletionsapp/assets/javascripts/application.js
- app/assets/stylesheets/projects.css.scss 37 additions, 4 deletionsapp/assets/stylesheets/projects.css.scss
- app/controllers/projects_controller.rb 23 additions, 19 deletionsapp/controllers/projects_controller.rb
- app/helpers/application_helper.rb 0 additions, 21 deletionsapp/helpers/application_helper.rb
- app/models/note.rb 1 addition, 0 deletionsapp/models/note.rb
- app/models/project.rb 36 additions, 1 deletionapp/models/project.rb
- app/models/snippet.rb 6 additions, 0 deletionsapp/models/snippet.rb
- app/views/commits/_commits.html.haml 2 additions, 2 deletionsapp/views/commits/_commits.html.haml
- app/views/commits/_diff.html.haml 8 additions, 43 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 15 additions, 0 deletionsapp/views/commits/_text_file.html.haml
- app/views/commits/show.js.haml 3 additions, 1 deletionapp/views/commits/show.js.haml
- app/views/notes/_form.html.haml 2 additions, 2 deletionsapp/views/notes/_form.html.haml
- app/views/notes/_notes.html.haml 8 additions, 9 deletionsapp/views/notes/_notes.html.haml
- app/views/notes/_show.html.haml 5 additions, 7 deletionsapp/views/notes/_show.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