Sha256: 211c75886d5b17c69a56516c1b91bd7dc1596851e3aba588fe1f981a79c26c6a

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

<% for article in @articles -%>
 <div class="post">
   <h2><%= link_to_permalink article,article.title %></h2>
   <%= article.html(:body).gsub(/<\/?[^>]*>/, "").slice(0..300) %>...
  </div>
<% end -%>

<%= will_paginate @articles, :next_label => "#{_("Next page")} &raquo;", :previous_label => "&laquo; #{_('Previous page')}" %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typo-5.5 app/views/articles/search.html.erb