Sha256: ad673a901fc88c4436f00994c1c252d7e75577ac5bc52e731caa66f00528239a

Contents?: true

Size: 256 Bytes

Versions: 27

Compression:

Stored size: 256 Bytes

Contents

<%=
  total_shown = 20
  saved_files = file_sets.first(total_shown)
  .map { |fs| link_to(fs, file_set_url(fs)) }
  .tap { |fs| fs << '...' if file_sets.length > total_shown }
  .join(', ')
%>
<%=t('.message', files: saved_files, count:file_sets.count) %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-5.0.0 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-3.6.0 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-4.0.0 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-3.5.0 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-3.4.2 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-3.4.1 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-3.4.0 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-3.3.0 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-3.2.0 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-3.1.0 app/views/hyrax/file_sets/_asset_saved_flash.html.erb
hyrax-3.0.2 app/views/hyrax/file_sets/_asset_saved_flash.html.erb