app/views/comments/_comment.html.haml in community_engine-2.3.1 vs app/views/comments/_comment.html.haml in community_engine-2.3.2

- old
+ new

@@ -1,4 +1,7 @@ +-if comment.pending? + %em This comment is awaiting approval + -if comment.user .hentry{:id => "comment_#{comment.id}"} .vcard.author %h5= link_to image_tag(comment.user.avatar_photo_url(:thumb), :height => '50', :width => '50', :alt => "#{comment.user.login}"), user_path(comment.user), :rel => 'bookmark', :class => 'photo', :title => :users_profile.l(:user => comment.user.login) %ul