Sha256: 308292b6debc6c8b2d0523dc48055d78068790b7e1c81815dc2ec7e04c56d6c1

Contents?: true

Size: 249 Bytes

Versions: 4

Compression:

Stored size: 249 Bytes

Contents

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

<p id="pagination"><%= will_paginate @articles %></p>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.1.98 app/views/articles/search.html.erb
typo-5.2.98 app/views/articles/search.html.erb
typo-5.2 app/views/articles/search.html.erb
typo-5.3 app/views/articles/search.html.erb