diff --git a/appview/pages/templates/repo/issues/issues.html b/appview/pages/templates/repo/issues/issues.html index 2cde2981..0d9db443 100644 --- a/appview/pages/templates/repo/issues/issues.html +++ b/appview/pages/templates/repo/issues/issues.html @@ -30,16 +30,27 @@
-
- {{ i "search" "w-4 h-4" }} + - - + {{ i "search" "w-4 h-4" }} +
{{ template "fragments/tabSelector" (dict "Name" "state" "Values" $values "Active" $active) }} diff --git a/appview/pages/templates/repo/pulls/pulls.html b/appview/pages/templates/repo/pulls/pulls.html index 184886aa..ce4ed9f5 100644 --- a/appview/pages/templates/repo/pulls/pulls.html +++ b/appview/pages/templates/repo/pulls/pulls.html @@ -36,16 +36,27 @@
-
- {{ i "search" "w-4 h-4" }} + - - + {{ i "search" "w-4 h-4" }} +
{{ template "fragments/tabSelector" (dict "Name" "state" "Values" $values "Active" $active) }}