Sha256: c845e905c666c924086686f893d5c84e172f21397addbfba8db6666c5de4db69
Contents?: true
Size: 489 Bytes
Versions: 14
Compression:
Stored size: 489 Bytes
Contents
<!-- so:post --> <dt> <%= link_to(image_tag(article.assets.images.first.public_filename(:medium)), article) unless article.assets.images.first.nil? %><br/><br/> <%= link_to h(article.title), article %> </dt> <dd> <p class="post-meta"> <span class="date"><%= article.published_at.to_formatted_s(:short_dot) %></span> | posted by <%= link_to article.author, articles_authored_path(article.created_by.permalink) %> </p> <p><%=h article.description %></p> </dd> <!-- eo:post -->
Version data entries
14 entries across 14 versions & 1 rubygems