Sha256: 8f28be24c8361ab1916f9432e09bac4eb83e289ec7f65ab5fd0ad20b139eb905
Contents?: true
Size: 692 Bytes
Versions: 2
Compression:
Stored size: 692 Bytes
Contents
<tr id="tr_<%= model.id %>" data-controller="show" data-action="mouseenter->show#show mouseleave->show#hide"> <%= yield %> <td> <span data-show-target="item" style="visibility: hidden"> <%= link_to({ 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({ 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rails_event-0.0.1 | app/views/eventual/admin/time_lists/_index_tr.html.erb |
rails_trade-0.0.3 | app/views/trade/admin/promote_charges/_index_tr.html.erb |