Sha256: e25cc89015bba023b23a3f605e6426aa2276af761f499c4eea2dafbb6ec018f9

Contents?: true

Size: 277 Bytes

Versions: 2

Compression:

Stored size: 277 Bytes

Contents

<section class="kblog">
	<h1>KBlog</h1>
	<%= render(:partial => 'article', :collection => @articles) %>
	<div class="pagination-links">
		<%= will_paginate(@articles) %>  	
	</div>
	<div class="kblog-links">
		<%= link_to 'New Article', new_article_path %>
	</div>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kblog-0.0.2 app/views/kblog/articles/index.html.erb
kblog-0.0.1 app/views/kblog/articles/index.html.erb