From b1955ea93ec282873f01977f3115db5bb2a555de Mon Sep 17 00:00:00 2001 From: Jamie Little Date: Fri, 4 Oct 2019 07:51:58 -0500 Subject: [PATCH] Remove 'in Bytes' from import table headers They are human-readable now, not the plain byte count. --- app/views/zizia/csv_import_details/show.html.erb | 2 +- lib/zizia/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/zizia/csv_import_details/show.html.erb b/app/views/zizia/csv_import_details/show.html.erb index bc0b4a4..f5f93bc 100644 --- a/app/views/zizia/csv_import_details/show.html.erb +++ b/app/views/zizia/csv_import_details/show.html.erb @@ -11,7 +11,7 @@ - + diff --git a/lib/zizia/version.rb b/lib/zizia/version.rb index d159628..bda0171 100644 --- a/lib/zizia/version.rb +++ b/lib/zizia/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Zizia - VERSION = '4.5.3.alpha.01' + VERSION = '4.5.4.alpha.01' end
FilenameSize in BytesSize Row Number