Allow users to confirm their proposal
This commit is contained in:
parent
3181c1c0d8
commit
a9207671b8
3 changed files with 26 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
%td
|
||||
.pull-right
|
||||
- if event.transition_possible? :confirm
|
||||
= link_to "Confirm", "#", :class => "btn btn-mini btn-success"
|
||||
= link_to "Confirm", conference_proposal_confirm_path(@conference.short_title, event), :method => :put, :class => "btn btn-mini btn-success"
|
||||
- if @conference.cfp_open?
|
||||
- if !event.unconfirmed? && !event.confirmed?
|
||||
= link_to "Edit", edit_conference_proposal_path(@conference.short_title, event.id), :class => "btn btn-mini btn-primary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue