Sha256: b5e76b94d1debdce273166904123296b3786109241e6c6883a82a95737f6b472

Contents?: true

Size: 666 Bytes

Versions: 17

Compression:

Stored size: 666 Bytes

Contents

<%= alchemy_form_for [:admin, @legacy_page_url ||= @page.legacy_urls.build],
  id: 'new_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 class="with_icon">
        <%= render_icon(:plus) %>
        <%= Alchemy.t(:add) %>
      </button>
    </div>
  </div>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.9 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.8 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.7 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.6 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.5 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.4 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.3 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.2 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.1 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.0 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.0.pre.rc1 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.0.pre.b2 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.1.0.pre.b1 app/views/alchemy/admin/legacy_page_urls/_new.html.erb