Sha256: 0088a3d6e808a4352435ae4a1bc896837e9dc6b9c3e7f6517328f19cbf79896a
Contents?: true
Size: 414 Bytes
Versions: 3
Compression:
Stored size: 414 Bytes
Contents
<%= render :partial => 'odania/shared/page_links', :locals => {tmp_pages: odania_contents} %> <div class="posts"> <% odania_contents.each_with_index do |odania_content, idx| %> <%= render :partial => 'odania/contents/show_short', :locals => {odania_content: odania_content, words: 200} %> <hr/> <% end %> </div> <%= render :partial => 'odania/shared/page_links', :locals => {tmp_pages: odania_contents} %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
odania_core-0.0.3 | app/views/odania/contents/_index.html.erb |
odania_core-0.0.2 | app/views/odania/contents/_index.html.erb |
odania_core-0.0.1 | app/views/odania/contents/_index.html.erb |