Sha256: 5c2ae18f03c7d9eb0c397b31423dd1199b23007168111d2776b30318064e50ad

Contents?: true

Size: 542 Bytes

Versions: 27

Compression:

Stored size: 542 Bytes

Contents

<%= alchemy_form_for [:admin, @picture] do |f| %>
  <%= hidden_field_tag :query, params[:query] %>
  <%= hidden_field_tag :size, params[:size] %>
  <%= hidden_field_tag :tagged_with, params[:tagged_with] %>
  <%= hidden_field_tag :filter, params[:filter] %>
  <%= f.input :name %>
  <div class="input tag_list">
    <%= f.label :tag_list %>
    <%= render 'alchemy/admin/partials/autocomplete_tag_list', f: f %>
    <small class="hint"><%= _t('Please seperate the tags with commata') %></small>
  </div>
  <%= f.submit _t(:save) %>
<% end %>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
alchemy_cms-3.2.1 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.3 app/views/alchemy/admin/pictures/edit.html.erb
lc_alchemy_cms-3.2.1 app/views/alchemy/admin/pictures/edit.html.erb
lc_alchemy_cms-3.2.0 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.2.0 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.2.0.rc1 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.2.0.beta app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.1 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.0.4 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0.rc3 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0.rc2 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0.rc1 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0.beta6 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0.beta5 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0.beta4 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.0.3 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0.beta3 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0.beta2 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.1.0.beta1 app/views/alchemy/admin/pictures/edit.html.erb