Sha256: 28416e4d33826f457aa09504982bcb68c3a7e7d7a4f885d38a758bb67d32505c

Contents?: true

Size: 771 Bytes

Versions: 4

Compression:

Stored size: 771 Bytes

Contents

<% toolbar(
       buttons: [
           {
               icon: "angle-double-left ",
               label: t(:show_all),
               url: index_ordered_path(@obj),
               title:  t(:show_all),
               hotkey: 'alt+b',
               dialog: false,
               if_permitted_to: [:index, parent_klass]
           }

       ],
       search: false
   ) %>


<%= base_form_container do %>

  <div id="sort_panel">
    <div class="info message"><i class="icon fa-fw fa-info fas"></i>
      <%= t(:suggestion) %>
    </div>
    <div class="buttons">
      <button name="button" type="submit" id="save_order" data-url-update=<%= update_order_path %>><%= t(:save_order) %>
      </button>
    </div>
  </div>

  <%= print_order_tree sort: true %>

<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alchemy-custom-model-2.0.1 app/views/alchemy/custom/model/admin/orders/new.html.erb
alchemy-custom-model-2.0.0 app/views/alchemy/custom/model/admin/orders/new.html.erb
alchemy-custom-model-0.1.9 app/views/alchemy/custom/model/admin/orders/new.html.erb
alchemy-custom-model-0.1.7 app/views/alchemy/custom/model/admin/orders/new.html.erb