mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add missing view for survey question creation
Resolves:
Failures:
1) Survey as an organizer create a survey
Failure/Error: raise ActionController::MissingExactTemplate, message
ActionController::MissingExactTemplate:
Admin::SurveyQuestionsController#new is missing a template for request formats: text/html
# <internal:kernel>:90:in `tap'
Failed examples:
rspec ./spec/features/surveys_spec.rb:15 # Survey as an organizer create a survey
This commit is contained in:
parent
c052516009
commit
58b1440cdd
1 changed files with 1 additions and 0 deletions
1
app/views/admin/survey_questions/new.html.haml
Normal file
1
app/views/admin/survey_questions/new.html.haml
Normal file
|
|
@ -0,0 +1 @@
|
|||
= render partial: 'form'
|
||||
Loading…
Add table
Add a link
Reference in a new issue