Method: PgHero::HomeHelper#pghero_formatted_vacuum_times
- Defined in:
- app/helpers/pg_hero/home_helper.rb
#pghero_formatted_vacuum_times(time) ⇒ Object
30 31 32 33 34 |
# File 'app/helpers/pg_hero/home_helper.rb', line 30 def pghero_formatted_vacuum_times(time) content_tag(:span, title: pghero_formatted_date_time(time)) do "#{time_ago_in_words(time, include_seconds: true).sub(/(over|about|almost) /, "").sub("less than", "<")} ago" end end |