Sha256: b4c5cac01218fa4deaa3b08ece1f2bda2d6bacae4786320dbbd902e50b9701c8

Contents?: true

Size: 445 Bytes

Versions: 11

Compression:

Stored size: 445 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 => "/admin/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

11 entries across 11 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/base/_recent_trackbacks.rhtml
typo-5.0.2 app/views/admin/base/_recent_trackbacks.html.erb
typo-4.1 app/views/admin/base/_recent_trackbacks.rhtml
typo-5.0.1 app/views/admin/base/_recent_trackbacks.html.erb
typo-5.0.3.98.1 app/views/admin/base/_recent_trackbacks.html.erb
typo-5.0.3.98 app/views/admin/base/_recent_trackbacks.html.erb
typo-5.0 app/views/admin/base/_recent_trackbacks.html.erb
typo-5.1.1 app/views/admin/base/_recent_trackbacks.html.erb
typo-5.1.2 app/views/admin/base/_recent_trackbacks.html.erb
typo-5.1.3 app/views/admin/base/_recent_trackbacks.html.erb
typo-5.1 app/views/admin/base/_recent_trackbacks.html.erb