Sha256: 9fc439cacb7667e4276e2d5e0ef3ca0d056cf08dd010f1b071d4d8ec3134c4a4

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 Bytes

Contents

#media-box-dialog.modal.hide(tabindex="-1" role="dialog" aria-labelledby="Image Selector" aria-hidden="true")
  .modal-header
    %button(type="button" class="close" data-dismiss="modal" aria-hidden="true") x
    %h5.title Image Selector
  #modal-body.modal-body
    =# render partial: 'cms/fortress/shared/media_items', locals: {media: media}

  .modal-footer
    %small.muted
      Click the thumbnail to insert item to the selected editor.

:coffeescript
  CmsFortress.media.imagesPath = "#{ media_files_path(:image) }"
  CmsFortress.media.videosPath = "#{ media_files_path(:video) }"
  CmsFortress.media.othersPath = "#{ media_files_path(:others) }"


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cms-fortress-1.1.8 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.1.7 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.1.6 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.1.5 app/views/cms/fortress/shared/_mediaboxes.html.haml