From 5aca1539b7198a05ecf74174c9529fb651b378e7 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Fri, 12 Jun 2026 19:43:36 +0300 Subject: [PATCH] appview/pages: unify button styles in PRs and issues unifies button styles in putIssue, new comment, edit comment, reply comment etc. Signed-off-by: oppiliappan --- appview/pages/templates/fragments/comment/edit.html | 6 +++--- appview/pages/templates/fragments/comment/reply.html | 6 +++--- appview/pages/templates/repo/issues/fragments/putIssue.html | 4 ++-- .../templates/repo/pulls/fragments/pullNewComment.html | 1 - 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/appview/pages/templates/fragments/comment/edit.html b/appview/pages/templates/fragments/comment/edit.html index be0d74e0..3c060801 100644 --- a/appview/pages/templates/fragments/comment/edit.html +++ b/appview/pages/templates/fragments/comment/edit.html @@ -19,7 +19,7 @@ {{ end }} {{ define "editActions" }} -
+
{{ template "cancel" . }} {{ template "save" . }}
@@ -28,7 +28,7 @@ {{ define "save" }}