Sha256: 29cf35fc706efb9e28029f9499619541eda4ec3622757b4f3e83c58acd467009

Contents?: true

Size: 387 Bytes

Versions: 2

Compression:

Stored size: 387 Bytes

Contents

<div class="space-x-2 flex flex-row justify-end w-full">
  <% if can_dnd_reorder? %>
    <div class="handle">
      <%= helpers.svg 'heroicons/outline/bars-3', class: 'text-gray-400 h-6 hover:text-gray-600 cursor-pointer' %>
    </div>
  <% end %>
  <% @resource.render_row_controls(item: singular_resource_name).each do |control| %>
    <%= render_control control %>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
avo-3.5.1 app/components/avo/index/resource_controls_component.html.erb
avo-3.5.0 app/components/avo/index/resource_controls_component.html.erb