Use `skip_js` for commit timestamps

This greatly improves frontend rendering times.
This commit is contained in:
Robert Speicher 2015-06-17 16:58:44 -04:00
parent bc027c5183
commit 1c4bf0e474
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@
= commit_author_link(commit, avatar: true, size: 24)
authored
.committed_ago
#{time_ago_with_tooltip(commit.committed_date)}  
#{time_ago_with_tooltip(commit.committed_date, skip_js: true)}  
= link_to_browse_code(project, commit)