sul-dlss/argo

View on GitHub
app/components/show/license_component.html.erb

Summary

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