Sha256: b0487cd1371cd0aa5141580768bef74b5961ab40a9444fabf6c65ca21e2d6cea

Contents?: true

Size: 582 Bytes

Versions: 110

Compression:

Stored size: 582 Bytes

Contents

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

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.0.16 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.0.15 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-6.1.10 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.9 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.0.14 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.0.13 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.8 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.7 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.0.12 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.0.11 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.6 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.5 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.0.10 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.4 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.0.9 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-7.1.3 app/views/alchemy/admin/pictures/_form.html.erb