Sha256: 741879cdf4204582d82978efde246e02ee21dcbd9e420f1a849633d469efd71b

Contents?: true

Size: 659 Bytes

Versions: 7

Compression:

Stored size: 659 Bytes

Contents

= stylesheet_link_tag 'admin/assets'
= javascript_include_tag 'admin/jquery.ui.widget'
= javascript_include_tag 'admin/jquery.iframe-transport'
= javascript_include_tag 'admin/jquery.fileupload'
= javascript_include_tag 'admin/assets'

#attachment_list.assets
  %ul#attachment_fields{:class => @page.page_attachments.empty? ? 'empty' : ''}
    = render :partial => 'admin/page_attachments/attachment', :collection => @page.page_attachments
  %p.note
    = link_to t('clipped_extension.assets'), '#attach_asset', :class => '', :id => "attach_assets"
    %span.message
      - if @page.page_attachments.empty?
        = t('clipped_extension.no_attached_assets')

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trusty-clipped-extension-1.0.6 app/views/admin/pages/_assets.html.haml
trusty-clipped-extension-1.0.5 app/views/admin/pages/_assets.html.haml
trusty-clipped-extension-1.0.4 app/views/admin/pages/_assets.html.haml
trusty-clipped-extension-1.0.3 app/views/admin/pages/_assets.html.haml
trusty-clipped-extension-1.0.2 app/views/admin/pages/_assets.html.haml
trusty-clipped-extension-1.0.1 app/views/admin/pages/_assets.html.haml
trusty-clipped-extension-1.0.0 app/views/admin/pages/_assets.html.haml