Sha256: bf9a356f715183069744873ce44f8f8e66f12ace94f514822879ad614d7d3df9

Contents?: true

Size: 459 Bytes

Versions: 8

Compression:

Stored size: 459 Bytes

Contents

.posts
  .post{:id => "post_#{post.id}"}
    = link_to image_tag( (post.image_for_excerpt), {:style=>"width:200px"} ), user_post_path(post.user, post)
    %p
      %strong= link_to post.title, user_post_path(post.user, post)
      %br
      %small.quiet= link_to :by.l(:login => post.user.login), user_path(post.user)
      %br
      = truncate_words(post.post, 7, '...' )
      = link_to( '<small>&raquo;'+:more.l+'</small>', user_post_path(post.user, post))

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/posts/_favorited_post.html.haml
community_engine-2.3.1 app/views/posts/_favorited_post.html.haml
community_engine-2.3.0 app/views/posts/_favorited_post.html.haml
community_engine-2.1.0 app/views/posts/_favorited_post.html.haml
community_engine-2.0.0 app/views/posts/_favorited_post.html.haml
community_engine-2.0.0.beta3 app/views/posts/_favorited_post.html.haml
community_engine-2.0.0.beta2 app/views/posts/_favorited_post.html.haml
community_engine-2.0.0.beta1 app/views/posts/_favorited_post.html.haml