From adf1139ad4690aa39f6086f0b406a78e78855c77 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jun 28 2018 02:53:55 +0000 Subject: [PATCH 1/2] bold default branch on branches page Fixes #3362 Signed-off-by: Ryan Lerch --- diff --git a/pagure/templates/repo_branches.html b/pagure/templates/repo_branches.html index c4a25b0..cf1c2a8 100644 --- a/pagure/templates/repo_branches.html +++ b/pagure/templates/repo_branches.html @@ -25,7 +25,8 @@ namespace=repo.namespace, identifier=head, branchname=head) }}" - title="{{ head }}" data-toggle="tooltip"> + title="{{ head }}" data-toggle="tooltip" + class="font-weight-bold"> {{ head }} From 2ee21b767f8487c593347b3d494d24d45cfe2e01 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jun 28 2018 02:56:52 +0000 Subject: [PATCH 2/2] make source top level tab active when on the branches page Fixes #3380 Signed-off-by: Ryan Lerch --- diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index b815ff5..4f4d736 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -219,7 +219,7 @@