Skip to content

Commit

Permalink
the final 2 tolltips replaced with new bootstrap ones
Browse files Browse the repository at this point in the history
  • Loading branch information
KimberleyCook committed Apr 8, 2022
1 parent 8a486f9 commit 4d6ba92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/events/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
.col-12.col-md-6
%h4 Team
- @event.organisers.each do |organiser|
%span.has-tip{ 'data-tooltip': '', 'aria-haspopup': 'true', title: organiser.full_name }
%span{'data-bs-toggle': 'tooltip', 'data-bs-placement': 'botton', title: organiser.full_name}
= image_tag(organiser.avatar(40), alt: organiser.full_name)

.row.mt-4
Expand Down
2 changes: 1 addition & 1 deletion app/views/admin/meetings/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.col-6.col-md-4
%h4 Team
- @meeting.organisers.each do |organiser|
%span.has-tip{ 'data-tooltip': '', 'aria-haspopup': 'true', title: organiser.full_name }
%span{'data-bs-toggle': 'tooltip', 'data-bs-placement': 'botton', title: organiser.full_name}
= image_tag(organiser.avatar(40), alt: organiser.full_name)

.col-6.col-md-4
Expand Down

0 comments on commit 4d6ba92

Please sign in to comment.