Sha256: f36cbb9d050d43c92c8bdd729629cc518772cdfd916d20cb9b16fc716d46dea3
Contents?: true
Size: 631 Bytes
Versions: 15
Compression:
Stored size: 631 Bytes
Contents
%p= "Hi #{@admin.full_name}" %p= "#{@comment.writer_name} commented on \"#{@article.title}\"" %p= "#{@comment.writer_name} wrote \"#{@article.body}\"" %p= link_to "Click here to see the full thread" , @article_url - if @comment.moderation_required %p = link_to "Click here to approve the comment", moderation_admin_blog_article_comment_url(@blog.id, @article.id, @comment.id, :moderation => "approve") %p = link_to "Click here to disapprove the comment", moderation_admin_blog_article_comment_url(@blog.id, @article.id, @comment.id, :moderation => "disapprove") %p Thanks, %br = "The #{@website_title} Team"
Version data entries
15 entries across 15 versions & 1 rubygems