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

Version Path
gluttonberg-core-2.6.4 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.6.3 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.6.2 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.6.1 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.6.0 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5.9 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5.8 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5.7 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5.6 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5.5 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5.4 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5.3 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5.2 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5.1 app/views/notifier/comment_notification_for_admin.html.haml
gluttonberg-core-2.5 app/views/notifier/comment_notification_for_admin.html.haml