crowdAI/crowdai

View on GitHub
app/views/landing_page/_blog_post.html.erb

Summary

Maintainability
Test Coverage
<div>
  <h5><%= link_to post.title, blog_path(post) %></h5>
  <span class="light">
    <%= post.posted_at.strftime("%-d %B %Y") %>
  </span>
</div>