Move tooltip placement to top for admin area button on project overview page
Problem to solve
All the tooltips are placed on top of the buttons on the project overview page, except for the View project in admin area
button
Implementation Guide
Change placement:
from bottom to top on line 35 of app/views/projects/_home_panel.html.haml
Before | After |
---|---|
Edited by Austin Regnery