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