mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 14:11:10 +00:00
remove put method
This commit is contained in:
parent
6f5ab8988c
commit
4a8c2173d4
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@
|
|||
%br
|
||||
%br
|
||||
- if @questions.count > 0
|
||||
= semantic_form_for(@conference, :url => admin_conference_questions_update_conference_path(@conference.short_title), :method => 'put') do |f|
|
||||
= semantic_form_for(@conference, :url => admin_conference_questions_update_conference_path(@conference.short_title)) do |f|
|
||||
.questions{:id => "myquestions"}
|
||||
= render :partial => "questions"
|
||||
= f.submit "Update Questions for #{@conference.short_title}", :class => "btn btn-primary", :confirm => "Are you sure you want to make these changes?"
|
||||
= f.submit "Update Questions for #{@conference.short_title}", :class => "btn btn-primary", :confirm => "Are you sure you want to make these changes?"
|
||||
|
||||
|
||||
.modal.fade{:id => "new-question", "role" => "dialog", "aria-hidden" => "true"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue