Sha256: df928bfe9560021cd65361f1b612be0fbcad9692bfa697fe7d69fcaca05ab953

Contents?: true

Size: 169 Bytes

Versions: 3

Compression:

Stored size: 169 Bytes

Contents

<% if datetime.nil? %>
<abbr>a little while ago</abbr>
<% else %>
<abbr class="timeago" title="<%= datetime.getutc.iso8601 %>">
  <%= datetime.to_s %>
</abbr>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thredded-0.3.1 app/views/thredded/shared/_time_ago.html.erb
thredded-0.3.0 app/views/thredded/shared/_time_ago.html.erb
thredded-0.2.2 app/views/thredded/shared/_time_ago.html.erb