Sha256: 004ff27f56db72da9356d880c215cb49cbe43fa0afa0a5884d55d0a8942314be
Contents?: true
Size: 801 Bytes
Versions: 3
Compression:
Stored size: 801 Bytes
Contents
<%= turbo_frame_tag :new_shipping_category_modal do %> <%= render component("ui/modal").new(title: t(".title")) do |modal| %> <%= form_for @shipping_category, url: solidus_admin.shipping_categories_path(page: params[:page], q: params[:q]), html: { id: form_id } do |f| %> <div class="flex flex-col gap-6 pb-4"> <%= render component("ui/forms/field").text_field(f, :name) %> </div> <% modal.with_actions do %> <form method="dialog"> <%= render component("ui/button").new(scheme: :secondary, text: t('.cancel')) %> </form> <%= render component("ui/button").new(form: form_id, type: :submit, text: t('.submit')) %> <% end %> <% end %> <% end %> <% end %> <%= render component("shipping_categories/index").new(page: @page) %>
Version data entries
3 entries across 3 versions & 1 rubygems