Sha256: ebc3cfdee880b5cfa6587bf52179cfbfcbc5c6e1672eac482fece3db5c03b39c

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 Bytes

Contents

<% content_for :meta_title, 'Blog' %>

<% unless @posts.blank? %>
  <% for post in @posts %>
    <h1><%= link_to post.title, post %></h1>
		<p><%= link_to 'edit post', edit_page_path(post) %></p>
		<p>
			by <%= post.author.name %> on <%= l post.published_at, format: :default %> | <%= link_to 'Permalink.', post %>
		</p>
		<%= raw post.body %>
  <% end %>
<% end %>




Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_content-0.1.3 app/views/blog/index.html.erb
tkh_content-0.1.2 app/views/blog/index.html.erb
tkh_content-0.1.1 app/views/blog/index.html.erb