Code:
<%="#{time_ago_in_words(comment.created_at)} ago "%>
What i’d like is for it not to have “ABOUT” in front of the 2 hours ago, which shows up for hours but not for minutes…
Is there another function or a way to remove it without finding and replacing?
You can change this via your I18n locale file. In config/locales/en.yml…
See the default locale file in actionpack for a complete reference.