Sha256: 49f4cc0a930c9e280e77cc48660eb34ea4a1a8029032c4737afb74b87c55a456

Contents?: true

Size: 1.05 KB

Versions: 20

Compression:

Stored size: 1.05 KB

Contents

<div class="element_foot">
  <span class="element_tools">
    <%= link_to(
      "",
      trash_admin_element_path(element),
      :method => :delete,
      :class => "delete_element_button",
      :title => _("trash element"),
      :remote => true
    ) -%>
    <%= link_to(
      "",
      insert_admin_clipboard_path(:remarkable_type => 'element', :remarkable_id => element.id, :remove => true),
      :remote => true,
      :method => :post,
      :class => "element_move_button",
      :title => _("cut_element")
    ) %>
    <%= link_to(
      "",
      insert_admin_clipboard_path(:remarkable_type => 'element', :remarkable_id => element.id),
      :remote => true,
      :method => :post,
      :class => "element_copy_button",
      :title => _("copy_element")
    ) %>
  </span>
  <span class="element_public">
    <%= check_box_tag "public", "1", element.public?, :id => "element_#{element.id}_public" -%>
    <%= label_tag "element_#{element.id}_public", _("visible") -%>
  </span>
  <button type="submit" class="button">
    <%= _('save') %>
  </button>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.6.1 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.5 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.4 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.3.1 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.beta1 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.3 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.2 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.1 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.rc6 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.rc5 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.rc4 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.rc3 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.rc2 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.rc1 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.pre5 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.pre4 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.pre3 app/views/admin/elements/_element_foot.html.erb
alchemy_cms-2.0.pre2 app/views/admin/elements/_element_foot.html.erb