mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 06:01:12 +00:00
add option to delete registration
This commit is contained in:
parent
f53af55a74
commit
6879ca28e5
3 changed files with 16 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
%td
|
||||
= link_to "Edit", "#", :class => "btn btn-primary"
|
||||
%td
|
||||
= link_to "Delete", "#", :class => "btn btn-danger", :confirm => "Really delete registration for #{registration.public_name}?"
|
||||
= link_to "Delete", admin_conference_registrations_path(@conference.short_title, :id => registration.id), :method => :delete, :class => "btn btn-danger", :confirm => "Really delete registration for #{registration.public_name} #{registration.email}?"
|
||||
|
||||
:javascript
|
||||
$(document).ready(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue