Sha256: 80afe3f846d60441055778a29f2da84da354e9465602f06f6f1e7b6b4d23dfa5

Contents?: true

Size: 837 Bytes

Versions: 10

Compression:

Stored size: 837 Bytes

Contents

%button.btn.btn-info.uploader{"data-toggle" => "modal", "data-target" => "#modalupload"}
  %span.icomoon-icon-plus.white
  = bt("add_#{obj.default_data_file.to_s.tableize}", @obj_class)

= render :template => "mokio/backend/photos/from_external_link", locals: {obj: obj} if (obj.default_data_file == Photo || obj.default_data_file == SliderPhoto)

#modalupload.modal.fade{:role =>"dialog", "aria-labelledby" => "myModalLabel", "aria-hidden" => "true", :style => "display: none;"}
  .modal-dialog
    .modal-content
      .modal-header    
        %h3#myModalLabel.modal-title= bt("file_upload")
      .modal-body
        = render :partial => "mokio/backend/data_files/file_upload", locals: {file_type: obj.default_data_file }
      .modal-footer
        %button.btn.btn-primary{ :type => "button", "data-dismiss" => "modal"}= bt("close")

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mokio-0.0.15 app/views/mokio/backend/data_files/uploader.html.haml
mokio-0.0.14 app/views/mokio/backend/data_files/uploader.html.haml
mokio-0.0.13 app/views/mokio/backend/data_files/uploader.html.haml
mokio-0.0.12 app/views/mokio/backend/data_files/uploader.html.haml
mokio-0.0.11 app/views/mokio/backend/data_files/uploader.html.haml
mokio-0.0.10 app/views/mokio/backend/data_files/uploader.html.haml
mokio-0.0.9 app/views/mokio/backend/data_files/uploader.html.haml
mokio-0.0.8 app/views/mokio/backend/data_files/uploader.html.haml
mokio-0.0.6 app/views/mokio/backend/data_files/uploader.html.haml
mokio-0.0.5 app/views/mokio/backend/data_files/uploader.html.haml