Sha256: feddb7b560bfcdec0fc462aa2a9dfc32a89c5a11593d80323a1e487a62070d9b

Contents?: true

Size: 642 Bytes

Versions: 1

Compression:

Stored size: 642 Bytes

Contents

#media-box-dialog.modal.fade
  .modal-dialog
    .modal-content
      .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

1 entries across 1 versions & 1 rubygems

Version Path
cms-fortress-1.2.0 app/views/cms/fortress/shared/_mediaboxes.html.haml