diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-08-26 16:39:55 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-08-26 16:39:55 +0300 |
commit | 99b2be7625fe7849aa0559356beef86c1840fb65 (patch) | |
tree | c328b31041f38f2a5a0119f7e90ca5119dabb75e /app/views/projects/blame | |
parent | bc03dfe774a5e6e5d95c01637c2968f54fec807f (diff) | |
download | gitlab-ce-99b2be7625fe7849aa0559356beef86c1840fb65.tar.gz |
Improve perofrmance of git blame
Diffstat (limited to 'app/views/projects/blame')
-rw-r--r-- | app/views/projects/blame/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blame/show.html.haml b/app/views/projects/blame/show.html.haml index a3ff7ce2f1f..c1ec42aefca 100644 --- a/app/views/projects/blame/show.html.haml +++ b/app/views/projects/blame/show.html.haml @@ -27,7 +27,7 @@ .light = commit_author_link(commit, avatar: false) authored - #{time_ago_with_tooltip(commit.committed_date)} + #{time_ago_with_tooltip(commit.committed_date, skip_js: true)} %td.lines.blame-numbers %pre - line_count = blame_group[:lines].count |