tnantoka/blog

View on GitHub
app/views/posts/search.html.slim

Summary

Maintainability
Test Coverage
- @posts.each do |post|
  h2.search-title 
    = link_to highlight(post.title, params[:q]), post
    small
      =< post_created(post)
      =< draft_label(post)
  .post-content= highlight(post.content_text, params[:q])
= paginate @posts