sul-dlss/argo

View on GitHub
app/views/workflows/show.html.erb

Summary

Maintainability
Test Coverage
<%= render BlacklightModalComponent.new do |component| %>
  <% component.with_header { 'Workflow view' } %>
  <% component.with_body do %>
    <% if params[:raw] %>
      <%= @presenter.pretty_xml %>
    <% else %>
      <%= render 'show' %>
    <% end %>
  <% end %>
<% end %>