Sha256: d03221ce690b21fa18e960b5acbcfe0afa24d83bb0901809df750058384a459e

Contents?: true

Size: 637 Bytes

Versions: 16

Compression:

Stored size: 637 Bytes

Contents

<!-- Article List -->
<section id="articles">
	<ol>
		<% for @article in @articles %>
		<li>
			<time><%= @article.date %></time>
			<section class="title">
				<a href="<%= @article.path %>"><%= @article.title %></a>
				<span><%= @article.category %></span>
			</section>
		</li>
		<% end %>
	</ol>
</section>

<!-- Pagination -->
<div id="pagination">
	<div>
		<% if @params[:page_forward] %>
		<a href="<%= @params[:page_forward] %>">&larr; Previous articles</a>
		<% end %>
	</div>
	<div style="float:right;">
		<% if @params[:page_back] %>
		<a href="<%= @params[:page_back] %>">Newer articles &rarr;</a>
		<% end %>
	</div>
</div>

Version data entries

16 entries across 13 versions & 1 rubygems

Version Path
baron-1.0.20 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.18 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.17 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.14 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.13 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.12 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.11 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.11 spec/sample_data/themes/typography/typography/templates/home.rhtml
baron-1.0.9 spec/sample_data/themes/typography/typography/templates/home.rhtml
baron-1.0.9 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.8 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.8 spec/sample_data/themes/typography/typography/templates/home.rhtml
baron-1.0.7 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.6 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.5 spec/sample_data/themes/typography/templates/home.rhtml
baron-1.0.4 spec/sample_data/themes/typography/templates/home.rhtml