Sha256: 1eb3da617a80a35513d8ae307ea058e945786f1770994494fa01639a96050a9f

Contents?: true

Size: 569 Bytes

Versions: 13

Compression:

Stored size: 569 Bytes

Contents

<div class="data">
  <div><%= admin_browser_link(entity) %></div>
  <div class="info">
    <%= t(:agent_count, count: entity.agents_count) %>
  </div>
  <%= render partial: 'shared/admin/toggleable', locals: { entity: entity, url: toggle_admin_browser_path(id: entity.id) } %>

  <ul class="actions">
    <li class="lockable <%= entity.locked? ? 'hidden' : '' %>">
      <%= edit_icon edit_browser_path(id: entity.id) %>
    </li>
    <%= render partial: 'shared/actions/locks', locals: { entity: entity, path: lock_admin_browser_path(id: entity.id) } %>
  </ul>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
biovision-base-0.41.190905.0 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.39.190804.1 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.37.190607.0 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.36.190526.0 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.34.190331.1 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.22.180920.0 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.21.180812.0 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.20.180731.0 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.19.180703.1 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.17.180619 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.15.180502 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.15.180415 app/views/admin/browsers/entity/_in_list.html.erb
biovision-base-0.14.180326 app/views/admin/browsers/entity/_in_list.html.erb