jam-cloud/web/app/views/dialogs/_sessionCancelDialog.html.haml

23 lines
907 B
Plaintext

.dialog.dialog-overlay-sm{layout: 'dialog', 'layout-id' => 'session-cancel-dialog', id: 'session-cancel-dialog'}
.content-head
= image_tag 'content/icon_checkmark_circle.png', :alt => "", :class => "content-icon", :width => "20", :height => "20"
%h1 cancel session
.dialog-inner
%h2 SESSION
%span.session-name
%br/
%span.scheduled-start
%br/
%span.schedule-recurrence
%br/
%br/
Enter a message to the other musicians in the session (optional):
%textarea.cancel-description{id: 'txtCancelMessage', rows: '2', placeholder: 'Enter a message...'}
%br/
%br/
.left
%a.button-orange{:href => 'http://jamkazam.desk.com/', :rel => 'external', :target => '_blank'} HELP
.right
%a.button-grey{:id => 'btnCancel', 'layout-action' => 'close'} CANCEL
%a.button-orange{:id => 'btnCancelSession'} CANCEL SESSION
%br{:clear => "all"}/