Commit 94ee5983 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove tooltips on activity tabs

parent 40683268
......@@ -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