Sha256: f4e97557a73524ac8763dd431930b1782c6e84e54cbfb4f3c631b32ac9734537

Contents?: true

Size: 631 Bytes

Versions: 1

Compression:

Stored size: 631 Bytes

Contents

<tr id="tr_<%= model.id %>" data-controller="show" data-action="mouseenter->show#show mouseleave->show#hide">
  <%= yield %>
  <td>
    <turbo-frame data-show-target="item" style="visibility: hidden">
      <%= link_to t('.relate'), new_admin_payment_method_reference_path(payment_method), class: 'button is-link is-small' %>
      <%= link_to t('.destroy'), admin_payment_method_path(payment_method), method: :delete, data: { confirm: t('.confirm') }, class: 'ui mini red button' %>
      <%= link_to t('.edit'), edit_admin_payment_method_path(payment_method), class: 'button is-link is-small' %>
    </turbo-frame>
  </td>
</tr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.3 app/views/trade/admin/payment_methods/_index_tr.html.erb