Skip to content

Commit

Permalink
Adds datatable js to batch_record_updates: show_batches_complete and …
Browse files Browse the repository at this point in the history
…show_batches_not_complete
  • Loading branch information
jgreben committed Aug 2, 2018
1 parent 3490fb8 commit fe4a0c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/batch_record_updates/show_batches_complete.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<% content_for :javascript_includes do %>
<%= javascript_include_tag "batch_record_updates.js" %>
<% end %>
<h2>Batches in queue completed</h2>
<table class='table table-striped'>
<thead>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<% content_for :javascript_includes do %>
<%= javascript_include_tag "batch_record_updates.js" %>
<% end %>
<h2>Batches in queue not yet complete</h2>
<table class='table table-striped'>
<thead>
Expand Down

0 comments on commit fe4a0c3

Please sign in to comment.