Sha256: 083b2a90b2b5b79fbff29d4bf2cc7fabe895ea1a92427c7906b95640ec892cdd

Contents?: true

Size: 327 Bytes

Versions: 10

Compression:

Stored size: 327 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.medium_url, :class => "square-media instagram-img " + image.id.to_s, :alt => image.description) %>
      </div>
    <% end -%>
  </div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
lentil-1.0.5 app/views/lentil/images/iframe.html.erb
lentil-1.0.4 app/views/lentil/images/iframe.html.erb
lentil-1.0.3 app/views/lentil/images/iframe.html.erb
lentil-1.0.2 app/views/lentil/images/iframe.html.erb
lentil-1.0.1 app/views/lentil/images/iframe.html.erb
lentil-1.0.0 app/views/lentil/images/iframe.html.erb
lentil-0.9.1 app/views/lentil/images/iframe.html.erb
lentil-0.9.0 app/views/lentil/images/iframe.html.erb
lentil-0.8.0 app/views/lentil/images/iframe.html.erb
lentil-0.7.1 app/views/lentil/images/iframe.html.erb