Sha256: 614f9909e1d4a3484d3320994671f59957eb06515f36421d9f41da8392ed4860
Contents?: true
Size: 358 Bytes
Versions: 16
Compression:
Stored size: 358 Bytes
Contents
<%= turbo_stream.append "thumbnails" do %> <% @blobs.each do |blob| %> <%= turbo_frame_tag blob, src: formstrap_media_item_thumbnail_path(blob), loading: "lazy" do %> <%= render 'thumbnail' %> <% end %> <% end %> <% end %> <%= turbo_stream.replace "infinite" do %> <%= render "formstrap/pagination/infinite", items: @blobs %> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems