-
- Downloads
Public projects feature - step2
* Render right layout depends on current_user * show sample git username/email when repo is empty * Show extra info when browsing public area * Fixed some tests related to public projects * show comments in read-only for public projects * Remove old public routing
parent
27e5b20b
No related branches found
No related tags found
Showing
- app/assets/stylesheets/sections/projects.scss 8 additions, 16 deletionsapp/assets/stylesheets/sections/projects.scss
- app/controllers/projects/application_controller.rb 1 addition, 1 deletionapp/controllers/projects/application_controller.rb
- app/controllers/projects_controller.rb 7 additions, 4 deletionsapp/controllers/projects_controller.rb
- app/helpers/projects_helper.rb 16 additions, 0 deletionsapp/helpers/projects_helper.rb
- app/views/projects/empty.html.haml 2 additions, 2 deletionsapp/views/projects/empty.html.haml
- app/views/projects/notes/_note.html.haml 1 addition, 1 deletionapp/views/projects/notes/_note.html.haml
- app/views/public/projects/index.html.haml 21 additions, 10 deletionsapp/views/public/projects/index.html.haml
- config/routes.rb 0 additions, 2 deletionsconfig/routes.rb
- features/public/public_projects.feature 4 additions, 5 deletionsfeatures/public/public_projects.feature
- features/steps/public/projects_feature.rb 12 additions, 3 deletionsfeatures/steps/public/projects_feature.rb
Please register or sign in to comment