Skip to content
Snippets Groups Projects
Commit b0dff3c8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix dropdown alignment

parent a1a0a035
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,17 +24,16 @@
= link_to assigned_issues_dashboard_path, title: 'Issues', class: 'dashboard-shortcuts-issues' do
%span
Issues
%span.count= number_with_delimiter(cached_assigned_issuables_count(current_user, :issues, :opened))
%span.badge= number_with_delimiter(cached_assigned_issuables_count(current_user, :issues, :opened))
= nav_link(path: 'dashboard#merge_requests') do
= link_to assigned_mrs_dashboard_path, title: 'Merge Requests', class: 'dashboard-shortcuts-merge_requests' do
%span
Merge Requests
%span.count= number_with_delimiter(cached_assigned_issuables_count(current_user, :merge_requests, :opened))
%span.badge= number_with_delimiter(cached_assigned_issuables_count(current_user, :merge_requests, :opened))
= nav_link(controller: 'dashboard/snippets') do
= link_to dashboard_snippets_path, title: 'Snippets' do
%span
Snippets
= link_to help_path, title: 'About GitLab CE', class: 'about-gitlab' do
%span
About GitLab CE
%li.divider
%li
= link_to "About GitLab CE", help_path, title: 'About GitLab CE', class: 'about-gitlab'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment