Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !8741

Closed
Created Feb 06, 2015 by Administrator@rootOwner
  • Report abuse
Report abuse

Adding tooltip to sidebar. Fix #8738

  • Overview 19
  • Commits 1
  • Changes 3

Created by: duduribeiro

Before: tooltip

After tooltips

grep has_right_tooltip ./app -R

./app/assets/javascripts/application.js.coffee:  $('.has_right_tooltip').tooltip(placement: 'right', container: 'body')
./app/views/layouts/nav/_dashboard.html.haml:    = link_to root_path, title: 'Home', class: 'shortcuts-activity has_right_tooltip', 'data-original-title' => 'Home' do
./app/views/layouts/nav/_dashboard.html.haml:    = link_to projects_dashboard_path, title: 'Projects', class: 'shortcuts-projects has_right_tooltip', 'data-original-title' => 'Projects' do
./app/views/layouts/nav/_dashboard.html.haml:    = link_to assigned_issues_dashboard_path, title: 'Issues', class: 'shortcuts-issues has_right_tooltip', 'data-original-title' => 'Issues' do
./app/views/layouts/nav/_dashboard.html.haml:    = link_to assigned_mrs_dashboard_path, title: 'Merge Requests', class: 'shortcuts-merge_requests has_right_tooltip', 'data-original-title' => 'Merge Requests' do
./app/views/layouts/nav/_dashboard.html.haml:    = link_to help_path, title: 'Help', class: 'has_right_tooltip', 'data-original-title' => 'Help' do
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/duduribeiro/tooltip_sidebar