osem-fcy/app/views/proposal
Aditya Prakash dcb98c49f9 Improvements in proposal controller
`if..else` is better than unless with return.
On failed update render `edit` template and not render `new` template.
On failed save redirect to index path and not render `new` template.
Change `destory` to `withdraw`, cause `destroy` makes DELETE request when
we are updating the event record.
Check for success for save in withdraw (save can fail for reasons other than validation).
2016-03-24 11:37:40 +05:30
..
_encouragement_text.html.haml Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels 2016-02-06 17:42:51 +01:00
_form.html.haml Fix overflow of proposal edit in admin area 2016-03-10 17:42:09 +05:30
_proposal_form.html.haml Feature: Add/change Track for Event 2016-03-05 02:54:09 +01:00
_tooltip.html.haml Feature: Add/change Track for Event 2016-03-05 02:54:09 +01:00
edit.html.haml Fix overflow of proposal edit in admin area 2016-03-10 17:42:09 +05:30
index.html.haml Improvements in proposal controller 2016-03-24 11:37:40 +05:30
new.html.haml Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels 2016-02-06 17:42:51 +01:00
show.html.haml Fix edit and schedule buttons on proposal show page 2016-03-13 18:51:08 +05:30