Sha256: c50fc2508ef2e6ff3de1324f18b1228b3c63dd1474fdd2d8a49076063a58a32e

Contents?: true

Size: 678 Bytes

Versions: 138

Compression:

Stored size: 678 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, size: 'xs') %>
        <%= Alchemy.t(:add) %>
      </button>
    </div>
  </div>
<% end %>

Version data entries

138 entries across 138 versions & 1 rubygems

Version Path
alchemy_cms-7.0.16 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.15 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-6.1.10 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.14 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.13 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.12 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.11 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.10 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.9 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.8 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.7 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.6 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.5 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.4 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.3 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-6.1.9 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.2 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-6.1.8 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-6.1.7 app/views/alchemy/admin/legacy_page_urls/_new.html.erb
alchemy_cms-7.0.1 app/views/alchemy/admin/legacy_page_urls/_new.html.erb