Sha256: aef36faeedb20d7bece3eadd82cdaf03b71b3ab68d17d1f28e3a202200edc286

Contents?: true

Size: 617 Bytes

Versions: 8

Compression:

Stored size: 617 Bytes

Contents

.yui-b
  = render :partial => 'posts/author_profile', :locals => {:user => @user} if @user

#yui-main
  -box :class => 'yui-b hfeed comments', :id => 'comments' do
  
  
    %h3
      = :comments.l + " -"
      = link_to @title, @back_url

    - if @comments.empty?
      #emptycomments= :no_comments_found.l_with_args(:type => @commentable.class.to_s.underscore)


    %a#newest_comment
      = render :partial => 'comments/comment', :collection => @comments

    =paginate @comments

    %h3=:add_your_comment.l
    %p= render :partial => 'comments/comment_form', :locals => {:commentable => @commentable}  
      

Version data entries

8 entries across 8 versions & 1 rubygems

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