Sha256: 24de3aeec64bf65f862637173a75baf174e1387e63e5d43421c95c1b28fb8965

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

%div.export_modal.modal.fade
  .modal-dialog
    .modal-content
      = form_tag(group_path(@group, :format => :pdf), {:method => :get}) do
        
        %div.modal-header
          %a.close{data: {dismiss: 'modal'}, 'aria-label' => 'Close'}
            %span{'aria-hidden' => true} ×
          %h4= "#{I18n.t(:address_labels)}: #{@group.name}"
        %div.modal-body
          %table
            %tr
              %th
                =t :book_rate
              %td
                .checkbox
                  %label
                    = check_box_tag :book_rate
                    =t :send_with_book_rate
            %tr
              %th=t :sender
              %td
                - sender_text = session[:address_labels_pdf_sender] || "#{current_user.name}, #{current_user.postal_address_in_one_line}"
                %input.address_label_sender_field{name: 'sender', value: sender_text}
        
        %div.modal-footer
          = submit_tag(I18n.t(:create_address_labels_pdf), class: 'btn btn-primary confirm_address_labels_pdf_export')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/groups/_address_labels_modal.html.haml
your_platform-1.0.0 app/views/groups/_address_labels_modal.html.haml
your_platform-0.0.2 app/views/groups/_address_labels_modal.html.haml