Sha256: 4252bee397c45af1d959570fbc2ba771e9f8264c14f63a53049523499e81ac79

Contents?: true

Size: 406 Bytes

Versions: 73

Compression:

Stored size: 406 Bytes

Contents

!!! 5
%html
%head
  = csrf_meta_tag
  /[if lt IE 9]
    = javascript_include_tag 'html5'
  = javascript_include_tag :defaults
  :javascript
    $(function(){
      $('#image_dialog').find('img').click(function(){
        url = $(this).attr('src');
        window.opener.CKEDITOR.tools.callFunction( #{params[:CKEditorFuncNum]}, url);
        window.close();
      });
    });
%body
  #image_dialog= yield

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
wheels-0.1.30 app/views/layouts/image_dialog.html.haml
wheels-0.1.28 app/views/layouts/image_dialog.html.haml
wheels-0.1.27 app/views/layouts/image_dialog.html.haml
wheels-0.1.25 app/views/layouts/image_dialog.html.haml
wheels-0.1.24 app/views/layouts/image_dialog.html.haml
wheels-0.1.23 app/views/layouts/image_dialog.html.haml
wheels-0.1.22 app/views/layouts/image_dialog.html.haml
wheels-0.1.21 app/views/layouts/image_dialog.html.haml
wheels-0.1.20 app/views/layouts/image_dialog.html.haml
wheels-0.1.19 app/views/layouts/image_dialog.html.haml
wheels-0.1.18 app/views/layouts/image_dialog.html.haml
wheels-0.1.17 app/views/layouts/image_dialog.html.haml
wheels-0.1.16 app/views/layouts/image_dialog.html.haml
wheels-0.1.15 app/views/layouts/image_dialog.html.haml
wheels-0.1.14 app/views/layouts/image_dialog.html.haml
wheels-0.1.13 app/views/layouts/image_dialog.html.haml
wheels-0.1.12 app/views/layouts/image_dialog.html.haml
wheels-0.1.10 app/views/layouts/image_dialog.html.haml
wheels-0.1.9 app/views/layouts/image_dialog.html.haml
wheels-0.1.8 app/views/layouts/image_dialog.html.haml