Sha256: d3e30baaf3f4474e9693c2161d6cedfd927aaff85f0f2c4f431b85cb18ad2e67

Contents?: true

Size: 314 Bytes

Versions: 5

Compression:

Stored size: 314 Bytes

Contents

<div class="add_picture" id="add_picture_<%= element.id %>">
  <%= link_to_dialog(
    render_icon(:plus),
    alchemy.admin_pictures_path(
      element_id: element,
      options: options
    ),
    {
      title: Alchemy.t(:add_image_to_element),
      size: '780x580',
      padding: false
    }
  ) %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_cms-4.1.2 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-4.1.1 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-4.1.0 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-4.1.0.rc1 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-4.1.0.beta app/views/alchemy/admin/elements/_add_picture.html.erb