Sha256: e86ee3944727abb091b75d88d9eadf622c7785644da0d3fe6a4511385bf364fb

Contents?: true

Size: 1.13 KB

Versions: 29

Compression:

Stored size: 1.13 KB

Contents

<div class="element_foot">
  <span class="element_tools">
    <%= link_to(
      "",
      alchemy.trash_admin_element_path(element),
      :method => :delete,
      :class => "delete_element_button",
      :title => t("trash element"),
      :remote => true
    ) -%>
    <%= link_to(
      "",
      alchemy.insert_admin_clipboard_path(:remarkable_type => element.class.name.demodulize.underscore, :remarkable_id => element.id, :remove => true),
      :remote => true,
      :method => :post,
      :class => "element_move_button",
      :title => t("cut_element")
    ) %>
    <%= link_to(
      "",
      alchemy.insert_admin_clipboard_path(:remarkable_type => element.class.name.demodulize.underscore, :remarkable_id => element.id),
      :remote => true,
      :method => :post,
      :class => "element_copy_button",
      :title => t("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", t("visible") -%>
  </span>
  <button type="submit" class="button">
    <%= t('save') %>
  </button>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.2.rc13 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.7 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.6 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.5 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.4 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.3 app/views/alchemy/admin/elements/_element_foot.html.erb
alchemy_cms-2.1.2 app/views/alchemy/admin/elements/_element_foot.html.erb