Sha256: e6e071816a0b84d4ad88308d33cc48e78ec19b75b09dc911e11c00edc02ae35d

Contents?: true

Size: 352 Bytes

Versions: 3

Compression:

Stored size: 352 Bytes

Contents

- content_for :links do
	= link_to "Delete", @comment, method: :delete, data: {confirm: "Are you sure you want to delete this comment?"}, class: "btn btn-danger"

%p
	%b Post:
	= link_to @comment.post.title, @comment.post
	
%p
	%b Author Name:
	= @comment.author_name

%p
	%b Author Email: 
	= @comment.author_email

%p
	%b Content:
	= @comment.content

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogr-0.0.8 app/views/blogr/comments/show.html.haml
blogr-0.0.7 app/views/blogr/comments/show.html.haml
blogr-0.0.6 app/views/blogr/comments/show.html.haml