Skip to content

Instantly share code, notes, and snippets.

@vu2
Created June 22, 2015 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vu2/fff194827f6f40304a29 to your computer and use it in GitHub Desktop.
Save vu2/fff194827f6f40304a29 to your computer and use it in GitHub Desktop.
/ja.yml
ja:
datetime:
distance_in_words:
half_a_minute: "<span class='human-date-now'>たった今</span>"
/ page.html.erb
<style>.human-date-now{color: red;}</style>
<%= time_ago_in_words(data.updated_at).html_safe %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment