sul-dlss/argo

View on GitHub
app/views/workflow_service/unlock.html.erb

Summary

Maintainability
Test Coverage
<turbo-frame id="lock">
  <%= link_to close_ui_item_version_index_path(item_id: id),
              title: 'Close Version',
              class: 'btn',
              data: {
                controller: 'open-close',
                action: 'click->open-close#open'
              } do %>
    <%= tag.span class: 'bi-unlock-fill' %>
  <% end %>
</turbo-frame>