Sha256: 8410927ebe17b892db22622118aa67b975231f267ed3741cfa887bc35ca76691
Contents?: true
Size: 426 Bytes
Versions: 68
Compression:
Stored size: 426 Bytes
Contents
<%= render "think_feel_do_engine/slides/slide", slide: @slide %> <% next_slide = @slideshow.slides.find_by_position(@slide.position + 1) %> <% if next_slide %> <%= link_to t(:next), think_feel_do_engine.participants_public_slideshow_slide_path(slideshow_id: @slideshow.id, id: next_slide.id), class: "btn btn-primary" %> <% else %> <%= link_to "Done", main_app.root_path, class: "btn btn-primary pull-right" %> <% end %>
Version data entries
68 entries across 68 versions & 1 rubygems