sul-dlss/argo

View on GitHub
app/components/show/item/access_rights_component.html.erb

Summary

Maintainability
Test Coverage
<turbo-frame id="access-rights">
  <%= access_rights %>
  <% if edit? %>
    <%= link_to edit_rights_item_path(id:), aria: { label: 'Edit rights' } do %>
      <span class="bi-pencil"></span>
    <% end %>
  <% end %>
</turbo-frame>