Sha256: 41725cfbbd1d43b411d5bf33254111148569041f1fdf0cc4d1746ead1d45376c

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

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({ controller: 'organ_domains', organ_id: model.id }, aria: { label: t('org.panel.organ_domains.index.title') }, class: 'button is-small is-rounded is-light') do %>
        <i class="fas fa-mobile"></i>
      <% end %>
      <%= 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 %>
      <%= link_to({ controller: 'org/admin/home', host: model.host }, aria: { label: t('.mock') }, class: 'button is-small is-rounded is-light') do %>
        <i class="fas fa-hand-point-right"></i>
      <% end %>
    </span>
  </td>
</tr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_org-0.0.1 app/views/org/panel/organs/_index_tr.html.erb