Sha256: 5c4a70a476a927c0d85c88dffe36103d9c787f3134e820861b013911162c8708

Contents?: true

Size: 428 Bytes

Versions: 9

Compression:

Stored size: 428 Bytes

Contents

<h2>Recent trackbacks</h2>
<ul class="recent">
<% for trackback in Trackback.find(:all, :limit => 5, :order => 'id DESC' ) %>
  <li>
    <%= link_to truncate(trackback.excerpt, 20), :controller => "trackbacks", :action => "show", :id => trackback.id, :article_id => trackback.article_id %><br />
    by <%= truncate(trackback.blog_name, 20) %><br />
    <%= time_ago_in_words(trackback.created_at) %> ago
  </li>
<% end %>
</ul>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/base/_recent_trackbacks.rhtml
typo-3.99.1 app/views/admin/base/_recent_trackbacks.rhtml
typo-3.99.2 app/views/admin/base/_recent_trackbacks.rhtml
typo-3.99.3 app/views/admin/base/_recent_trackbacks.rhtml
typo-4.0.1 app/views/admin/base/_recent_trackbacks.rhtml
typo-4.0.0 app/views/admin/base/_recent_trackbacks.rhtml
typo-3.99.4 app/views/admin/base/_recent_trackbacks.rhtml
typo-4.0.2 app/views/admin/base/_recent_trackbacks.rhtml
typo-4.0.3 app/views/admin/base/_recent_trackbacks.rhtml