Sha256: 1bcd60756a73c09d15304f5202e4bb4dabc3c606e3667c996441b481aa248d88
Contents?: true
Size: 620 Bytes
Versions: 1
Compression:
Stored size: 620 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 media.imagesPath = "#{ media_files_path(:image) }" media.videosPath = "#{ media_files_path(:video) }" media.othersPath = "#{ media_files_path(:others) }"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cms-fortress-1.1.4 | app/views/cms/fortress/shared/_mediaboxes.html.haml |