Sha256: e8eb614d5dc75e81b817cee41778a01a5c6e069cbe11c381043f03dea855aef6

Contents?: true

Size: 628 Bytes

Versions: 19

Compression:

Stored size: 628 Bytes

Contents

<%= turbo_frame_tag "new_legacy_page_url" do %>
  <%= alchemy_form_for [:admin, legacy_page_url] do |f| %>
    <% if legacy_page_url.errors.any? %>
      <%= render_message :error do %>
        <%= legacy_page_url.errors.full_messages.join %>
      <% end %>
    <% end %>
    <%= hidden_field_tag :page_id, @page.id %>
    <div class="inline-input">
      <div class="left-column">
        <%= f.text_field :urlname, placeholder: Alchemy::LegacyPageUrl.human_attribute_name(:urlname) %>
      </div>
      <div class="right-column">
        <button><%= Alchemy.t(:add) %></button>
      </div>
    </div>
  <% end %>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/legacy_page_urls/_new.html.erb