Sha256: 1ca5a2d51467790fc36f47fb1ed7a46d19307057ad552f228b989593941355ae

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 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 %>
    </span>
  </td>
</tr>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
rails_org-0.0.1 app/views/org/me/departments/_index_tr.html.erb
rails_trade-0.0.3 app/views/trade/admin/card_logs/_index_tr.html.erb