Skip to content

Commit

Permalink
Improve perofrmance of git blame
Browse files Browse the repository at this point in the history
  • Loading branch information
vsizov committed Aug 26, 2015
1 parent bc03dfe commit 99b2be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ v 8.0.0 (unreleased)
- Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to prevent Sidekiq retries (Stan Hu)
- Improve abuse reports management from admin area
- Move dashboard activity to separate page
- Improve performance of git blame

v 7.14.1 (unreleased)
- Only include base URL in OmniAuth full_host parameter (Stan Hu)
Expand Down
2 changes: 1 addition & 1 deletion app/views/projects/blame/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99b2be7

Please sign in to comment.