furmeet-bot/webproj/templates/delete_item.haml

23 lines
553 B
Plaintext

- extends 'base.haml'
- block 'title'
Delete item | {{ block.super }}
- block 'headerText'
Delete item
- block 'content'
%p
Are you sure you want to delete the following item?
.cardSection
- include display_template
%form{'method': "POST", 'action': "#{request.path}"}
- csrf_token
%button.btn.btn-danger<
%i.fa.fa-trash>
%span>= ' '
Delete
%a.btn.btn-info{'href': "#{previous}"}<
%i.fa.fa-arrow-left>
%span>= ' '
Keep