Sha256: f5ef62b17137545e2dae9d5ffb7e1da786cc55e08b7fad451152beec9f7fa661

Contents?: true

Size: 479 Bytes

Versions: 26

Compression:

Stored size: 479 Bytes

Contents

<%= div_for post, class: 'media' do %>
  <%= link_to site_post_path(@site, post), class: 'pull-left' do %>
    <%= image_tag post.details.cover, size: '64x64', alt: post.title %>
  <% end %>
  <div class='media-body'>
    <h4 class='media-heading'><%= link_to post.title, site_post_path(@site, post) %></h4>
    <div class='media-blurb'>
      <%= post.details.blurb %>
    </div>
    <div class='media-status'>
      <%= render publish_tag(post) %>
    </div>
  </div>
<% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
writefully-0.8.2 app/views/writefully/posts/_post.html.erb
writefully-0.8.1 app/views/writefully/posts/_post.html.erb
writefully-0.8.0 app/views/writefully/posts/_post.html.erb
writefully-0.7.1 app/views/writefully/posts/_post.html.erb
writefully-0.6.12 app/views/writefully/posts/_post.html.erb
writefully-0.6.11 app/views/writefully/posts/_post.html.erb
writefully-0.6.10 app/views/writefully/posts/_post.html.erb
writefully-0.6.9 app/views/writefully/posts/_post.html.erb
writefully-0.6.7 app/views/writefully/posts/_post.html.erb
writefully-0.6.6 app/views/writefully/posts/_post.html.erb
writefully-0.6.5 app/views/writefully/posts/_post.html.erb
writefully-0.6.4 app/views/writefully/posts/_post.html.erb
writefully-0.6.3 app/views/writefully/posts/_post.html.erb
writefully-0.6.2 app/views/writefully/posts/_post.html.erb
writefully-0.5.1 app/views/writefully/posts/_post.html.erb
writefully-0.5.0 app/views/writefully/posts/_post.html.erb
writefully-0.4.10 app/views/writefully/posts/_post.html.erb
writefully-0.4.8 app/views/writefully/posts/_post.html.erb
writefully-0.4.7 app/views/writefully/posts/_post.html.erb
writefully-0.4.6 app/views/writefully/posts/_post.html.erb