Sha256: 0ca5b3ef1149a0fb0cb9836cd7ed26dc02b056dd33a780cd570165ee0140c9f2

Contents?: true

Size: 360 Bytes

Versions: 6

Compression:

Stored size: 360 Bytes

Contents

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

	<tr>
		<td class = "post_body"><%= raw @post.body %></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

6 entries across 6 versions & 1 rubygems

Version Path
proclaim-0.2.1 app/views/proclaim/subscription_mailer/new_post_notification_email.html.erb
proclaim-0.2.0 app/views/proclaim/subscription_mailer/new_post_notification_email.html.erb
proclaim-0.1.3 app/views/proclaim/subscription_mailer/new_post_notification_email.html.erb
proclaim-0.1.2 app/views/proclaim/subscription_mailer/new_post_notification_email.html.erb
proclaim-0.1.1 app/views/proclaim/subscription_mailer/new_post_notification_email.html.erb
proclaim-0.1.0 app/views/proclaim/subscription_mailer/new_post_notification_email.html.erb