Commit dcc5b6db authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '249783_replace_bs_tooltip' into 'master'

Remove unused template with a tooltip

See merge request gitlab-org/gitlab!45280
parents c67330ed 578405e0
......@@ -4,11 +4,6 @@ import UserCallout from '~/user_callout';
import UserTabs from './user_tabs';
function initUserProfile(action) {
// place profile avatars to top
$('.profile-groups-avatars').tooltip({
placement: 'top',
});
// eslint-disable-next-line no-new
new UserTabs({ parentEl: '.user-profile', action });
......
.clearfix
- groups.each do |group|
= link_to group, class: 'profile-groups-avatars inline', title: group.name do
.avatar-container.rect-avatar.s40
= group_icon(group, class: 'avatar group-avatar s40')
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