Skip to content
代码片段 群组 项目
提交 d9078749 编辑于 作者: Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
浏览文件

Merge branch 'time_ago_fix' into 'master'

Time ago fix for branch compare page

https://dev.gitlab.org/gitlab/gitlabhq/issues/2508

See merge request !1904
No related branches found
No related tags found
无相关合并请求
:plain
$(".mr_source_commit").html("#{commit_to_html(@commit, @source_project, false)}");
$('.js-timeago').timeago()
:plain
$(".mr_target_commit").html("#{commit_to_html(@commit, @target_project, false)}");
$('.js-timeago').timeago()
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册