Commit e4f1d136 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'commit-timeago-fix' into 'master'

Fixed issue with commit time not using timeago



See merge request !3723
parents e6ee1f36 01f70fc9
......@@ -174,7 +174,7 @@ $ ->
$('.trigger-submit').on 'change', ->
$(@).parents('form').submit()
gl.utils.localTimeAgo($('abbr.timeago, .js-timeago'), false)
gl.utils.localTimeAgo($('abbr.timeago, .js-timeago'), true)
# Flash
if (flash = $(".flash-container")).length > 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment