Sha256: a2db247bb6b0863091dc7f761f8b762ad99bd116909e46d8147808fb99a56819

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 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", admin_comments_moderation_url(@comment.id, :moderation => "approve")
  %p
    = link_to "Click here to disapprove the comment", admin_comments_moderation_url(@comment.id, :moderation => "disapprove")

%p
  Thanks,
  %br
  = "The #{@website_title} Team"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gluttonberg-blog-1.0.0 app/views/blog_notifier/comment_notification_for_admin.html.haml