From 7b94a34138b5beb313fb4665589e59ebd3707b33 Mon Sep 17 00:00:00 2001 From: Dominik Wombacher Date: Jan 12 2023 00:38:17 +0000 Subject: fix: wrong reply icon in issues and pull requests The reply comment button used the share instead the reply icon Fixes: https://pagure.io/pagure/issue/5262 --- diff --git a/pagure/static/issue_ev.js b/pagure/static/issue_ev.js index 83fcca6..09ae5f9 100644 --- a/pagure/static/issue_ev.js +++ b/pagure/static/issue_ev.js @@ -172,7 +172,7 @@ add_comment = function(data, username) { + ' {% endif %} {% if id != 0 and g.fas_user and (g.repo_committer or ( @@ -253,7 +253,7 @@ {% if g.fas_user %} - + {% endif %} {% if g.fas_user and (g.repo_committer or g.fas_user.username == pull_request.user.username) %} @@ -317,7 +317,7 @@ {% if g.fas_user %} - Reply + Reply {% endif %}