diff --git a/appview/pages/templates/repo/issues/fragments/issueListing.html b/appview/pages/templates/repo/issues/fragments/issueListing.html index 515fafae..3d892b53 100644 --- a/appview/pages/templates/repo/issues/fragments/issueListing.html +++ b/appview/pages/templates/repo/issues/fragments/issueListing.html @@ -21,9 +21,9 @@ {{ $state = "open" }} {{ end }} - + {{ i $icon "w-3 h-3 mr-1.5 text-white dark:text-white" }} - {{ $state }} + {{ $state }} diff --git a/appview/pages/templates/repo/issues/issue.html b/appview/pages/templates/repo/issues/issue.html index 8beb1fe5..8a1cd8a6 100644 --- a/appview/pages/templates/repo/issues/issue.html +++ b/appview/pages/templates/repo/issues/issue.html @@ -58,11 +58,11 @@ {{ $icon = "circle-dot" }} {{ end }}
-
- {{ i $icon "w-4 h-4 mr-1.5 text-white" }} - {{ .Issue.State }} -
+ + {{ i $icon "w-3 h-3 mr-1.5 text-white dark:text-white" }} + {{ .Issue.State }} + + opened by {{ template "user/fragments/picHandleLink" .Issue.Did }} diff --git a/appview/pages/templates/repo/pulls/fragments/pullHeader.html b/appview/pages/templates/repo/pulls/fragments/pullHeader.html index d063f566..3f153ee0 100644 --- a/appview/pages/templates/repo/pulls/fragments/pullHeader.html +++ b/appview/pages/templates/repo/pulls/fragments/pullHeader.html @@ -1,5 +1,5 @@ {{ define "repo/pulls/fragments/pullHeader" }} -
+

{{ .Pull.Title | description }} #{{ .Pull.PullId }} @@ -17,15 +17,14 @@ {{ $icon = "git-merge" }} {{ end }} -
+
-
- {{ i $icon "w-4 h-4 mr-1.5 text-white" }} + {{ i $icon "w-3 h-3 mr-1.5 text-white" }} {{ .Pull.State.String }} -
+ opened by {{ template "user/fragments/picHandleLink" .Pull.OwnerDid }}