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