Sha256: 82682a8eb1bf7d0e635ec85ab3a2eeb87e41b3e8d6ced4e7001a47eb76a5aa88

Contents?: true

Size: 634 Bytes

Versions: 21

Compression:

Stored size: 634 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= t('cms.fortress.image_selector')
      #modal-body.modal-body
        =# render partial: 'cms/fortress/shared/media_items', locals: {media: media}

      .modal-footer
        %small.muted
          = t('cms.fortress.insert_item')

: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

21 entries across 21 versions & 1 rubygems

Version Path
cms-fortress-1.3.15 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.14 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.13 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.12 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.11 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.10 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.9 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.8 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.7 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.6 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.5 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.4 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.3 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.2 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.1 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.0 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.0.rc3 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.0.rc2 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.3.0.rc1 app/views/cms/fortress/shared/_mediaboxes.html.haml
cms-fortress-1.2.2 app/views/cms/fortress/shared/_mediaboxes.html.haml