#invoice-modal.modal.fade role="dialog" tabindex="-1" .modal-dialog.full-screen role="document" .modal-content .modal-body.popup-gird.color-light-gray .row iframe#invoice-preview-iframe .row .clearfix footer.navbar-fixed-bottom.footer .modal-footer .text-center.inspectio-buttons = link_to 'Back', 'javascript:void(0);', class: 'btn btn-cancel-default pull-right',style: 'margin-top: -4px;', 'data-dismiss': "modal" .clearfix #modalComposeEmail.modal.fade .modal-dialog .modal-content = form_tag '#', class: 'form-horizontal', id: 'proposal-email-form' do .modal-header button.close aria-hidden="true" data-dismiss="modal" type="button" × h4.modal-title Send Email For Proposal .modal-body .form-group = hidden_field_tag 'proposal[proposal_id]' label.col-sm-12 for="inputTo" To .col-sm-10 = text_field_tag 'proposal[to]', nil,class: 'form-control', placeholder: 'Comma separated list of emails' .form-group label.col-sm-12 for="inputTo" CC/BCC .col-sm-6 = text_field_tag 'proposal[cc]', nil,class: 'form-control', placeholder: 'CC emails list' .col-sm-6 = text_field_tag 'proposal[bcc]', nil,class: 'form-control', placeholder: 'BCC emails list' .form-group label.col-sm-12 for="inputSubject" Subject .col-sm-10 = text_field_tag 'proposal[subject]', "Proposal [Proposal No.] From #{@company.legal_name}" ,class: 'form-control', placeholder: 'Comma separated list of emails' .form-group label.col-sm-12 for="inputBody" Message .col-sm-12 = text_area_tag 'proposal[message]', nil, class: 'form-control', rows: 8 .modal-footer button.btn.btn-default.pull-left data-dismiss="modal" type="button" Cancel = button_tag class: 'btn btn-primary' do | Send i.fa.fa-arrow-circle-right.fa-lg