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.0.2 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.0.1 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.0.0 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.0.0.rc8 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.0.0.rc7 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.0.0.rc6 app/views/alchemy/admin/pictures/edit.html.erb
alchemy_cms-3.0.0.rc5 app/views/alchemy/admin/pictures/edit.html.erb