module AssetsHelper def asset_loading_span(asset) res = <<-eos #{t('general.file.loading', fileName: asset.file_file_name)} eos res.html_safe end end