Sha256: 882fdf6429a4c51b229d4446a1ac52a59a82e4e00f51d8f7805dfa47842bbce9
Contents?: true
Size: 772 Bytes
Versions: 1
Compression:
Stored size: 772 Bytes
Contents
<tr id="tr_<%= model.id %>" data-controller="show input" data-action="mouseenter->show#show mouseleave->show#hide"> <%= yield %> <td> <span data-show-target="item" style="visibility: hidden"> <%= link_to({ controller: 'profiled/my/addresses', action: 'edit', id: model.id }, data: { turbo_frame: 'modal' }, aria: { label: t('.edit') }, class: 'button is-small is-rounded is-light') do %> <i class="fas fa-pencil-alt"></i> <% end %> <%= button_to({ controller: 'profiled/my/addresses', action: 'destroy', id: model.id }, method: :delete, data: { confirm: t('.confirm') }, aria: { label: t('.destroy') }, class: 'button is-small is-rounded is-light') do %> <i class="fas fa-trash-alt"></i> <% end %> </span> </td> </tr>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_trade-0.0.3 | app/views/trade/my/carts/_addresses/_index_tr.html.erb |