Sha256: 6131606a9534d0de59727171e5299f5b7d3ff1172ac9727f1a61d1563b9343c6

Contents?: true

Size: 317 Bytes

Versions: 13

Compression:

Stored size: 317 Bytes

Contents

<%= link_to main_app.root_path, :target => "_parent" do %>
  <div id="iframe-wrapper">
    <% @images.each do |image| %>
      <div class="iframe-tile">
        <%= image_tag(image.thumbnail_url, :class => "instagram-img " + image.id.to_s, :alt => image.description) %>
      </div>
    <% end -%>
  </div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lentil-0.6.0 app/views/lentil/images/iframe.html.erb
lentil-0.5.2 app/views/lentil/images/iframe.html.erb
lentil-0.5.1 app/views/lentil/images/iframe.html.erb
lentil-0.5.0 app/views/lentil/images/iframe.html.erb
lentil-0.4.2 app/views/lentil/images/iframe.html.erb
lentil-0.4.0 app/views/lentil/images/iframe.html.erb
lentil-0.3.1 app/views/lentil/images/iframe.html.erb
lentil-0.3.0 app/views/lentil/images/iframe.html.erb
lentil-0.2.3 app/views/lentil/images/iframe.html.erb
lentil-0.2.2 app/views/lentil/images/iframe.html.erb
lentil-0.2.1 app/views/lentil/images/iframe.html.erb
lentil-0.2.0 app/views/lentil/images/iframe.html.erb
lentil-0.1.8 app/views/lentil/images/iframe.html.erb