Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-30 18:48:17 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-01-15 21:07:19 +0300
commite8d971735b2d48b85b6195104eef46b0bc42206d (patch)
tree26d95ba157b43dc439adc38f3fac220ed83922c6 /app/views/dashboard/_projects_head.html.haml
parent1d1f935c6e9e536975aa5c8975855281e8a12225 (diff)
Update badge-pill class
Diffstat (limited to 'app/views/dashboard/_projects_head.html.haml')
-rw-r--r--app/views/dashboard/_projects_head.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/_projects_head.html.haml b/app/views/dashboard/_projects_head.html.haml
index 831ea00cee1..d69fc14543b 100644
--- a/app/views/dashboard/_projects_head.html.haml
+++ b/app/views/dashboard/_projects_head.html.haml
@@ -15,11 +15,11 @@
= nav_link(page: [dashboard_projects_path, root_path]) do
= link_to dashboard_projects_path, class: 'shortcuts-activity', data: {placement: 'right'} do
Your projects
- %span.badge.count= limited_counter_with_delimiter(ProjectsFinder.new(params: {non_public: true}, current_user: current_user).execute)
+ %span.badge.badge-pill= limited_counter_with_delimiter(ProjectsFinder.new(params: {non_public: true}, current_user: current_user).execute)
= nav_link(page: starred_dashboard_projects_path) do
= link_to starred_dashboard_projects_path, data: {placement: 'right'} do
Starred projects
- %span.badge.count= limited_counter_with_delimiter(ProjectsFinder.new(params: {starred: true}, current_user: current_user).execute)
+ %span.badge.badge-pill= limited_counter_with_delimiter(ProjectsFinder.new(params: {starred: true}, current_user: current_user).execute)
= nav_link(page: [explore_root_path, trending_explore_projects_path, starred_explore_projects_path, explore_projects_path]) do
= link_to explore_root_path, data: {placement: 'right'} do
Explore projects