Sha256: 131885803912041b3c01d44d048e26f35461c472967797850bb581c3bc395e85

Contents?: true

Size: 389 Bytes

Versions: 5

Compression:

Stored size: 389 Bytes

Contents

<%= render :partial => 'odania/shared/page_links', :locals => {tmp_pages: @odania_contents} %>

<div class="posts">
	<% @odania_contents.each do |odania_content| %>
		<%= render :partial => 'odania/contents/show_short', :locals => {odania_content: odania_content} %>
		<hr/>
	<% end %>
</div>

<%= render :partial => 'odania/shared/page_links', :locals => {tmp_pages: @odania_contents} %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
odania_core-0.0.8 app/views/odania/contents/index.html.erb
odania_core-0.0.7 app/views/odania/contents/index.html.erb
odania_core-0.0.6 app/views/odania/contents/index.html.erb
odania_core-0.0.5 app/views/odania/contents/index.html.erb
odania_core-0.0.4 app/views/odania/contents/index.html.erb