Sha256: c07070f3e83eb0215f9d35dcfd388616be6832b06ca27f60d1e0c4cc454996dd

Contents?: true

Size: 495 Bytes

Versions: 155

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

155 entries across 155 versions & 1 rubygems

Version Path
alchemy_cms-7.1.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.1.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.1.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.1.0.pre.rc1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.1.0.pre.b2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.1.0.pre.b1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.8 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.7 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.6 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.5 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.1.9 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.1.8 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.1.7 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-7.0.0.pre.rc1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-6.1.6 app/views/alchemy/admin/attachments/edit.html.erb