Sha256: 138e5f33e8adf3394b98cd80ef2c51059fd0a852204a5ddfda33a148edea8f24

Contents?: true

Size: 369 Bytes

Versions: 54

Compression:

Stored size: 369 Bytes

Contents

<% object ||= current_attributes_object %>
<% strategy ||= current_attributes_strategy || :none %>
<% url ||= nil %>

<%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %>
  <% if object.send(attribute) %>
    <%= time_ago_in_words(object.send(attribute)) %> ago
  <% else %>
    Never
  <% end %>
<% end %>

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
bullet_train-themes-1.2.7 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.2.6 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.2.5 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.2.4 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.2.3 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.2.2 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.2.1 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.2.0 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.24 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.23 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.22 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.21 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.20 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.17 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.16 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.15 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.14 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.13 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.12 app/views/themes/base/attributes/_days_ago.html.erb
bullet_train-themes-1.0.11 app/views/themes/base/attributes/_days_ago.html.erb