Sha256: 07137e24ea4f0e5a0dd8b1af7128e81ec8e48e6a66c255cfd06a4b3df345ed7e

Contents?: true

Size: 335 Bytes

Versions: 4

Compression:

Stored size: 335 Bytes

Contents

<ul class="corkboard posts">
  <%- posts.each do |post| -%>
  <%= content_tag(:li, attributes_for(:posts_item, :resource => post)) do %>
    <figure>
      <img src="<%= post[:images][:low_resolution][:url] %>">
      <p class="caption"><%= (post[:caption] || {})['created_time'] %></p>
    </figure>
  <%- end -%>
  <%- end -%>
</ul>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
corkboard-0.1.3 app/views/corkboard/board/_posts.html.erb
corkboard-0.1.2 app/views/corkboard/board/_posts.html.erb
corkboard-0.1.1 app/views/corkboard/board/_posts.html.erb
corkboard-0.1.0 app/views/corkboard/board/_posts.html.erb