diff --git a/app/views/hyrax/base/_form_thumbnail.html.erb b/app/views/hyrax/base/_form_thumbnail.html.erb new file mode 100644 index 000000000..2d6929b9f --- /dev/null +++ b/app/views/hyrax/base/_form_thumbnail.html.erb @@ -0,0 +1,27 @@ +
+
+
+ + <%= t("hyrax.base.form_thumbnail.legend_html") %> + +
+ <%= t("hyrax.base.form_thumbnail.help_html") %> + <% @form.select_files.each_slice(3) do |group| %> +
+ <% group.each do |filename, fs_id| %> +
+
+ +
+
+ <% end %> +
+ <% end %> +
+
+ +