Sha256: 1288e2d5b71c98d065343b602203bb3df7ec23607ca399b50c4059df44a82f5c

Contents?: true

Size: 593 Bytes

Versions: 73

Compression:

Stored size: 593 Bytes

Contents

<%- if @elements.blank? -%>
  <%= render_message do %>
    <%= Alchemy.t(:no_more_elements_to_add) %>
  <% end %>
<%- else -%>
  <%= alchemy_form_for [:admin, @element] do |form| %>
    <%= form.hidden_field :page_id %>
    <%= form.input :name,
      label: Alchemy.t(:element_of_type),
      collection: elements_for_select(@elements),
      prompt: Alchemy.t(:select_element),
      input_html: {class: 'alchemy_selectbox', autofocus: true} %>
    <%= form.hidden_field :parent_element_id, value: @parent_element.try(:id) %>
    <%= form.submit Alchemy.t(:add) %>
  <%- end -%>
<%- end -%>

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
alchemy_cms-5.3.8 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.3.7 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.3.6 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.3.5 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.3.4 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.3.3 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.3.2 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.3.1 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.3.0 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.2.7 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.2.6 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.1.10 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.0.10 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-4.6.7 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.2.5 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.1.9 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.0.9 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-4.6.6 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.2.4 app/views/alchemy/admin/elements/_new_element_form.html.erb
alchemy_cms-5.1.8 app/views/alchemy/admin/elements/_new_element_form.html.erb