Sha256: 2cde7124e96ccf1498eb2f75b3bfa4126901f7871b4b5719f9183ae101849a83

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

- content_for :links do
	- if @post.published?
		= link_to "View Post", [Blogr.config.host, @post.permalink].join("/"), class: "btn btn-default"
	= link_to "Edit", edit_post_path, class: "btn btn-default"

.markdown= @post.content_rendered

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blogr-0.0.8 app/views/blogr/posts/show.html.haml