Sha256: 55ccdd145a2ff2f83d8c591de0485c2ecea5bd870f94980be1339da308db7061

Contents?: true

Size: 1.09 KB

Versions: 110

Compression:

Stored size: 1.09 KB

Contents

<%= form_tag update_multiple_admin_pictures_path do %>
  <%= 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] %>

  <% @pictures.pluck(:id).each do |id| %>
  <%= hidden_field_tag "picture_ids[]", id %>
  <% end %>

  <%= render_message do %>
    <%= Alchemy.t('You are about to edit many pictures at once') % {length: @pictures.size} %>
  <% end %>

  <div class="input text">
    <%= label_tag :pictures_name, Alchemy.t('Name'), class: 'control-label' %>
    <%= text_field_tag :pictures_name %>
  </div>

  <div class="input tag_list">
    <%= label_tag :pictures_tag_list, Alchemy.t(:tags), class: 'control-label' %>
    <%= text_field_tag :pictures_tag_list, @tags, data: {autocomplete: alchemy.autocomplete_admin_tags_path} %>
    <small class="hint"><%= Alchemy.t('Please seperate the tags with commata') %></small>
  </div>

  <div class="submit">
    <%= button_tag Alchemy.t(:save), name: nil, class: 'button' %>
  </div>
<% end %>

Version data entries

110 entries across 110 versions & 1 rubygems

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