-
- Downloads
Merge branch 'fix_leave_project_display' into 'master'
Fix and test leave project display The 'Leave this project' display on project page was broken. It was calling the method incorrectly, which returned `nil` and displayed nothing. This fixes the display and also adds 2 different tests for it. cc/ @jvanbaarsen @stanhu Please review and merge if you think it looks good. Thank you! See merge request !2166
No related branches found
No related tags found
Showing
- app/helpers/projects_helper.rb 8 additions, 8 deletionsapp/helpers/projects_helper.rb
- app/views/projects/show.html.haml 1 addition, 1 deletionapp/views/projects/show.html.haml
- spec/features/projects_spec.rb 14 additions, 0 deletionsspec/features/projects_spec.rb
- spec/helpers/projects_helper_spec.rb 10 additions, 0 deletionsspec/helpers/projects_helper_spec.rb
Please register or sign in to comment