sul-dlss/argo

View on GitHub
app/views/bulk_actions/_errors.html.erb

Summary

Maintainability
Test Coverage
<% if @errors.present? %>
  <div class="alert alert-danger"><%= @errors.to_sentence %></div>
<% end %>