Sha256: 03de76c95a94969ee5b17629890c5c55d09100287a408a373865713b1e7dc55a

Contents?: true

Size: 590 Bytes

Versions: 31

Compression:

Stored size: 590 Bytes

Contents

<%= alchemy_form_for [:admin, @picture] do |f| %>
  <h2><%= Alchemy.t('Edit image') %></h2>
  <%= 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, params[:q] %>
  <%= hidden_field_tag :size, params[:size] %>
  <%= hidden_field_tag :tagged_with, params[:tagged_with] %>
  <%= hidden_field_tag :filter, params[:filter] %>
  <%= f.submit Alchemy.t(:save) %>
<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.6.7 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.6.6 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-4.0.5 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-4.0.4 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-4.0.3 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.6.5 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-4.0.2 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-4.0.1 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.6.4 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-4.0.0 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.6.3 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.6.2 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-4.0.0.rc2 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-4.0.0.rc1 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.6.1 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-4.0.0.beta app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.6.0 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.5.0 app/views/alchemy/admin/pictures/_form.html.erb
alchemy_cms-3.4.2 app/views/alchemy/admin/pictures/_form.html.erb