Sha256: 1208eac90de8d921d05a948e8b04c6adb468e092d3ee82aa5f157fec7bbec96b
Contents?: true
Size: 469 Bytes
Versions: 13
Compression:
Stored size: 469 Bytes
Contents
<!-- so:post --> <dt> <%= link_to h(article.title), article %> <%= link_to(image_tag(article.assets.images.first.public_filename(:medium)), article) unless article.assets.images.first.nil? %> </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) %> </p> <p><%=h article.description %></p> </dd> <!-- eo:post -->
Version data entries
13 entries across 13 versions & 1 rubygems