Deprecation of ActionView's time_ago_in_words

Description

ActionView's ::Helpers::DateHelper#time_ago_in_words should be replaced with client-side rendering to improve page speed, performance, and caching.

Proposal

As we already prepared (gitlabhq/gitlabhq#5848) and use client-side rendering for relative datetime in many places, we should unify using it only.

Links / references