Sha256: 9c93b1e92e676d0c8cc8c75807b220c5522b0812c9452ebec35e87da4f9c267a

Contents?: true

Size: 407 Bytes

Versions: 6

Compression:

Stored size: 407 Bytes

Contents

%p A new post has been submitted and needs your approval before it may be displayed on the website:

%p= link_to 'Approve Post', effective_posts.admin_approve_post_url(@post)

%hr

%h3 Title
%p= @post.title

%h3 Category
%p= @post.category

- if @post.user.present?
  %h3 Submitted by
  %p= @post.user

%h3 Body
%p= @post.body

%hr

%p= link_to 'Approve Post', effective_posts.admin_approve_post_url(@post)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_posts-0.7.1 app/views/effective/posts_mailer/post_submitted_to_admin.html.haml
effective_posts-0.7.0 app/views/effective/posts_mailer/post_submitted_to_admin.html.haml
effective_posts-0.6.4 app/views/effective/posts_mailer/post_submitted_to_admin.html.haml
effective_posts-0.6.3 app/views/effective/posts_mailer/post_submitted_to_admin.html.haml
effective_posts-0.6.2 app/views/effective/posts_mailer/post_submitted_to_admin.html.haml
effective_posts-0.6.1 app/views/effective/posts_mailer/post_submitted_to_admin.html.haml