The Plans 'Request Feedback' has been relocated from the Share form to a
separate form.

Changes:
 - Removed "Request feedback" from the _share_form.html.erb partial and
created a new partial _request_feedback_form.html.erb.
- Added a tab to Plan _navigation.html.erb for 'Request feedback'.

Fix for #2234
dev
1 parent 2ccd3cf commit 11f34dd3d9b578eb2f9d82bd24009c1698153452
@John Pinto John Pinto authored on 29 Oct 2019
Showing 8 changed files
View
app/controllers/feedback_requests_controller.rb
View
app/controllers/plans_controller.rb
View
app/views/plans/_navigation.html.erb
View
app/views/plans/_request_feedback_form.html.erb 0 → 100644
View
app/views/plans/_share_form.html.erb
View
app/views/plans/request_feedback.html.erb 0 → 100644
View
config/routes.rb
View
spec/features/feedback_requests_spec.rb