From 315c2a1c0364519b28c670017079e90cb7c60af2 Mon Sep 17 00:00:00 2001 From: Akshay Gaikwad Date: Mar 19 2018 12:23:11 +0000 Subject: [PATCH 1/3] Change button value --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index cf109ff..c9220e5 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -640,7 +640,7 @@ target="_blank" rel="noopener noreferrer">Markdown Syntax
+ value="Submit" tabindex=2 />
{% else %} From 8fcc9dc185a3bc0e8c48e26b6568cd589d802704 Mon Sep 17 00:00:00 2001 From: Akshay Gaikwad Date: Mar 19 2018 12:23:11 +0000 Subject: [PATCH 2/3] Add title field for comment button --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 2c0ee45..76665a1 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -110,7 +110,7 @@ target="_blank" rel="noopener noreferrer">Markdown Syntax
+ value="Submit" title="Comment and Update Metadata" tabindex=2 />
{% else %}

diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index c9220e5..17851a5 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -640,7 +640,7 @@ target="_blank" rel="noopener noreferrer">Markdown Syntax

+ value="Submit Comment" tabindex=2 />
{% else %} From 64b77126db987a615abbaf9793c795ce21ff9675 Mon Sep 17 00:00:00 2001 From: Akshay Gaikwad Date: Mar 19 2018 12:28:05 +0000 Subject: [PATCH 3/3] Change value for button on issue --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 76665a1..aee9f69 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -110,7 +110,7 @@ target="_blank" rel="noopener noreferrer">Markdown Syntax
+ value="Update Issue" title="Comment and Update Metadata" tabindex=2 />
{% else %}