Skip to content

Commit

Permalink
Merge pull request #33 from curationexperts/remove-bytes-from-header
Browse files Browse the repository at this point in the history
Remove 'in Bytes' from import table headers
  • Loading branch information
little9 committed Oct 4, 2019
2 parents 63113b1 + b1955ea commit dc699cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/zizia/csv_import_details/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<table id="files-table" class="dataTable display responsive nowrap table table-striped works-list" style="width:100%">
<tr>
<th>Filename</th>
<th>Size in Bytes</th>
<th>Size</th>
<th>Row Number</th>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion lib/zizia/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zizia
VERSION = '4.5.3.alpha.01'
VERSION = '4.5.4.alpha.01'
end

0 comments on commit dc699cc

Please sign in to comment.