Sha256: c07070f3e83eb0215f9d35dcfd388616be6832b06ca27f60d1e0c4cc454996dd

Contents?: true

Size: 495 Bytes

Versions: 153

Compression:

Stored size: 495 Bytes

Contents

<%= alchemy_form_for([:admin, @attachment],
  url: {action: :update, q: search_filter_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 autocomplete_tag_list">
    <%= f.label :tag_list %>
    <%= render 'alchemy/admin/partials/autocomplete_tag_list', f: f %>
  </div>
  <%= f.submit Alchemy.t(:save) %>
<% end %>

Version data entries

153 entries across 153 versions & 1 rubygems

Version Path
alchemy_cms-5.0.5 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.0.0.pre.rc1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.0.0.pre.b6 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.0.0.pre.b5 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.0.0.pre.b4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.0.0.b3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.0.0.b2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.0.0.b1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.2.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.1.4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-4.6.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.0.4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.1.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.2.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.2.0.rc1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.2.0.b1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.1.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.1.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.0.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-5.1.0 app/views/alchemy/admin/attachments/edit.html.erb