Commit 03401338 authored by Phil Hughes's avatar Phil Hughes

Merge branch '46164-remove-redundant-tooltips' into 'master'

Resolve "Remove redundant tooltips on activity tabs"

Closes #46164

See merge request gitlab-org/gitlab-ce!18918
parents 7c3838ea 94ee5983
......@@ -41,7 +41,7 @@ module EventsHelper
key = key.to_s
active = 'active' if @event_filter.active?(key)
link_opts = {
class: "event-filter-link has-tooltip",
class: "event-filter-link",
id: "#{key}_event_filter",
title: tooltip
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment