Sha256: cb67854f0e68a27f0ae90a60d72ed170eb7569981915b8d9bad65a0240e3e804
Contents?: true
Size: 468 Bytes
Versions: 5
Compression:
Stored size: 468 Bytes
Contents
<div class="simple-post-preview"> <h3 class="title"><%= @simple_post.title.truncate(50) %></h3> <div class="info"> Geschreven door <strong><%= @simple_post.author_name %></strong> op <strong><%= l @simple_post.published_at, format: :short %></strong> </div> <div class="content"> <%= @simple_post.content_text.truncate(150) %> </div> <%= link_to "» lees meer".html_safe, simple_post_path(@simple_post), class: "pull-right read-more" %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems