gitlab-org--gitlab-foss/app/helpers
Robert Speicher 9d03bc6fa3 Merge branch 'pberndt:master' into 'master'
Fix #3758: Serious performance issues due to timeago()
being called n*(n+1)/2 times instead of n

See bug #3758 for a description. This merge request alters 
`time_ago_with_tooltip` to invoke the `timeago()` javascript on the
current timestamp only, instead of each one defined on the page so far.

See merge request !1977
2015-12-07 20:01:39 +00:00
..
ci
appearances_helper.rb
application_helper.rb
application_settings_helper.rb
auth_helper.rb
blob_helper.rb
branches_helper.rb
broadcast_messages_helper.rb
button_helper.rb
ci_status_helper.rb
commits_helper.rb
compare_helper.rb
dashboard_helper.rb
diff_helper.rb
emails_helper.rb
events_helper.rb
explore_helper.rb
external_wiki_helper.rb
git_helper.rb
gitlab_markdown_helper.rb
gitlab_routing_helper.rb
graph_helper.rb
groups_helper.rb
icons_helper.rb
issues_helper.rb
labels_helper.rb
merge_requests_helper.rb
milestones_helper.rb
namespaces_helper.rb
nav_helper.rb
notes_helper.rb
notifications_helper.rb
page_layout_helper.rb
preferences_helper.rb
projects_helper.rb
runners_helper.rb
search_helper.rb
selects_helper.rb
snippets_helper.rb
sorting_helper.rb
submodule_helper.rb
tab_helper.rb
tags_helper.rb
time_helper.rb
tree_helper.rb
triggers_helper.rb
version_check_helper.rb
visibility_level_helper.rb