Commit b0dff3c8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix dropdown alignment

parent a1a0a035
...@@ -24,17 +24,16 @@ ...@@ -24,17 +24,16 @@
= link_to assigned_issues_dashboard_path, title: 'Issues', class: 'dashboard-shortcuts-issues' do = link_to assigned_issues_dashboard_path, title: 'Issues', class: 'dashboard-shortcuts-issues' do
%span %span
Issues 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 = nav_link(path: 'dashboard#merge_requests') do
= link_to assigned_mrs_dashboard_path, title: 'Merge Requests', class: 'dashboard-shortcuts-merge_requests' do = link_to assigned_mrs_dashboard_path, title: 'Merge Requests', class: 'dashboard-shortcuts-merge_requests' do
%span %span
Merge Requests 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 = nav_link(controller: 'dashboard/snippets') do
= link_to dashboard_snippets_path, title: 'Snippets' do = link_to dashboard_snippets_path, title: 'Snippets' do
%span %span
Snippets Snippets
%li.divider
= link_to help_path, title: 'About GitLab CE', class: 'about-gitlab' do %li
%span = link_to "About GitLab CE", help_path, title: 'About GitLab CE', class: 'about-gitlab'
About GitLab CE
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