Sha256: d23db900a6719212d870a93b31093e1a4656a16d7c82a5fae55bf0d7645ec82e

Contents?: true

Size: 408 Bytes

Versions: 137

Compression:

Stored size: 408 Bytes

Contents

<%= alchemy_form_for site, url: resource_path(site, search_filter_params) do |f| %>
  <%= f.input :host, hint: resource_handler.help_text_for(name: :host)&.html_safe %>
  <%= f.input :name %>
  <%= f.input :public %>
  <%= f.input :aliases, hint: resource_handler.help_text_for(name: :aliases), input_html: {rows: 4} %>
  <%= f.input :redirect_to_primary_host %>
  <%= f.submit Alchemy.t(:save) %>
<% end %>

Version data entries

137 entries across 137 versions & 1 rubygems

Version Path
alchemy_cms-5.1.4 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.0.4 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.1.3 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.2.0 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.2.0.rc1 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.2.0.b1 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.1.2 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.1.1 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.0.3 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.1.0 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.0.2 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.1.0.rc1 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.1.0.beta2 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.1.0.beta1 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.0.1 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.0.0 app/views/alchemy/admin/sites/_form.html.erb
alchemy_cms-5.0.0.rc2 app/views/alchemy/admin/sites/_form.html.erb