Changesets can be listed by changeset number.
The Git repository is here.
Changeset 461
Fix Ticket #334.
- Comitted by: rool
- Date: Monday February 17 09:55:22 2014 (over 10 years ago)
Affected files:
rool/rails/beast/trunk/app/views/posts/index.rhtml:
prev. | current | |
<div class="date"> | ||
<abbr class="updated" title="<%= post.created_at.xmlschema %>"> | ||
<% if post.created_at > Time.now.utc-24.hours%> | ||
50 | | |
50 | <%= time_ago_in_words(post.created_at).sub(/about /, '') %> | |
<% else %> | ||
<%= post.created_at.strftime("%b %e, %Y")%> | ||
<% end %> |