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