Sha256: bb990d81a0ba6d44c4eba1f6106af531740ca4e6afec86e8b3a11d5ac6de5ed4

Contents?: true

Size: 424 Bytes

Versions: 16

Compression:

Stored size: 424 Bytes

Contents

<%= toolbar(
  :buttons => [
    {
      :icon => 'upload',
      :url => alchemy.new_admin_attachment_path,
      :overlay_options => {
        :title => t('upload_file'),
        :size => '540x550'
      },
      :title => t('upload_file'),
      :class => 'icon_button',
      :label => t('upload_file'),
      :if_permitted_to => [:new, :alchemy_admin_attachments]
    }
  ]
) %>

<%= render :partial => 'files_list' %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
alchemy_cms-2.2.4 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.3.2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.3.1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.0 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc15 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc14 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc13 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/attachments/index.html.erb