Sha256: 53a6295d90835b142b71b1359f3eff49aa23af8237c39cde3eb5ae8d5577cb67

Contents?: true

Size: 453 Bytes

Versions: 27

Compression:

Stored size: 453 Bytes

Contents

<%= alchemy_form_for([:admin, @attachment],
  url: {action: :update, query: params[:query], page: params[:page]}) do |f| -%>
  <%= f.input :name, input_html: {autofocus: true} %>
  <%= f.input :file_name, input_html: {autofocus: true}, hint: _t(:attachment_filename_notice) %>
  <div class="input string">
    <%= f.label :tag_list %>
    <%= render 'alchemy/admin/partials/autocomplete_tag_list', f: f %>
  </div>
  <%= f.submit _t(:save) %>
<% end %>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
alchemy_cms-3.0.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.0.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.0.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.0.0.rc8 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.0.0.rc7 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.0.0.rc6 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-3.0.0.rc5 app/views/alchemy/admin/attachments/edit.html.erb