Sha256: 335923e30fe01aa3c64c7504c729ff2e8e8205e627d0aeb44f7efd913093f959

Contents?: true

Size: 459 Bytes

Versions: 31

Compression:

Stored size: 459 Bytes

Contents

<%= alchemy_form_for([:admin, @attachment],
  url: {action: :update, q: params[:q], page: params[:page]}) do |f| -%>
  <%= f.input :name, input_html: {autofocus: true} %>
  <%= f.input :file_name, input_html: {autofocus: true}, hint: Alchemy.t(:attachment_filename_notice) %>
  <div class="input string">
    <%= f.label :tag_list %>
    <%= render 'alchemy/admin/partials/autocomplete_tag_list', f: f %>
  </div>
  <%= 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/attachments/edit.html.erb
alchemy_cms-3.6.7 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.6.6 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.0.5 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.0.4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.0.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.6.5 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.0.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.0.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.6.4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.0.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.6.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.6.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.0.0.rc2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.0.0.rc1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.6.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.0.0.beta app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.6.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.5.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.4.2 app/views/alchemy/admin/attachments/edit.html.erb