Sha256: 2019708f89f15b8df702ed6b9d1210d0c0b3332652e8f42acbd9cc04fc82bdeb

Contents?: true

Size: 671 Bytes

Versions: 14

Compression:

Stored size: 671 Bytes

Contents

<%= title @title %>
<script type="text/javascript">
  addanimatedimages();
</script>
<div class="wrapper">
  <div class="grid">
    <div id="ri-grid" class="ri-grid ri-grid-size-2 grid-cell animated-images staff-picks-animated" style="padding:0; margin:0;">
      <ul>
      <% @images.each do |image| %>
        <li class="image-animate-tile"><a href="#"><%= image_tag(image.jpeg, :class => "instagram-img") %></a></li>
      <% end -%>
      </ul>
    </div>
    <div class="grid-cell animated-images-branding">
      <h1 class="name"><%= application_name %></h1>
      <h1 class="url"><%= link_to main_app.root_url, main_app.root_url %></h2>
    </div>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
lentil-0.2.3 app/views/lentil/images/animate.html.erb
lentil-0.2.2 app/views/lentil/images/animate.html.erb
lentil-0.2.1 app/views/lentil/images/animate.html.erb
lentil-0.2.0 app/views/lentil/images/animate.html.erb
lentil-0.1.8 app/views/lentil/images/animate.html.erb
lentil-0.1.7 app/views/lentil/images/animate.html.erb
lentil-0.1.6 app/views/lentil/images/animate.html.erb
lentil-0.1.3 app/views/lentil/images/animate.html.erb
lentil-0.1.2 app/views/lentil/images/animate.html.erb
lentil-0.1.1 app/views/lentil/images/animate.html.erb
lentil-0.1.0 app/views/lentil/images/animate.html.erb
lentil-0.0.3.pre app/views/lentil/images/animate.html.erb
lentil-0.0.2.pre app/views/lentil/images/animate.html.erb
lentil-0.0.1.pre app/views/lentil/images/animate.html.erb