Sha256: 8cb536b505e9f9e207caf07fd64f26a8a1a4442609be63b133eeb99c639be3bb

Contents?: true

Size: 256 Bytes

Versions: 3

Compression:

Stored size: 256 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 -%>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typo-5.4.2 app/views/articles/search.html.erb
typo-5.4.1 app/views/articles/search.html.erb
typo-5.4 app/views/articles/search.html.erb