Sha256: a3237ca689cd81c89bf8efc8017a9436e63092607c082f7e48b170f57adc7b5d

Contents?: true

Size: 366 Bytes

Versions: 3

Compression:

Stored size: 366 Bytes

Contents

<table class = "post">
	<tr>
		<td class = "post_title"><h1><%= @post.title %></h1></td>
	</tr>

	<tr>
		<td class = "post_body"><%= @post.body.html_safe %></td>
	</tr>

	<tr>
		<td class = "post_information">
			Written on <%= @post.published_at.strftime("%B %d, %Y at %I:%M %p %Z") %> by <%= @post.author.send(Proclaim.author_name_method) %>
		</td>
	</tr>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
proclaim-0.3.0 app/views/proclaim/subscription_mailer/new_post_notification_email.html.erb
proclaim-0.2.4 app/views/proclaim/subscription_mailer/new_post_notification_email.html.erb
proclaim-0.2.2 app/views/proclaim/subscription_mailer/new_post_notification_email.html.erb