Sha256: 457de3b3470c57d3a79e0677c7c7bf8d7f655edb7adafe16a1f85c5dd9c6db51

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

<dl>
  <% @users.each do |u| -%>
  <dt><%= link_to u.username, :controller => 'users', :action => u.username %></dt>
  <dd><%= u.name %>, <%= u.posts.count %> posts. <% if u.posts.first %>Last posted on <%= link_to u.posts.first.created_at.strftime('%D'), :controller => 'journal', :action => 'view', :id => u.posts.first.id %>.<% end %></dd>
  <% end -%>
</dl>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
EliteJournal-1.9.400 app/views/users/index.rhtml
EliteJournal-1.9.401 app/views/users/index.rhtml
EliteJournal-1.9.403 app/views/users/index.rhtml