| commit | 49cb95f452ca7bb8f803879f55cd40220741f09d | [log] [tgz] |
|---|---|---|
| author | Gal Paikin <paiking@google.com> | Wed Jun 24 18:40:05 2020 +0300 |
| committer | Gal Paikin <paiking@google.com> | Wed Jun 24 18:40:05 2020 +0300 |
| tree | 707e8603713284888b04868902d012555c5ee9ef | |
| parent | 8b9a86612a9117b2273c81177404875db9082683 [diff] |
Fix link for patchset level comment Link was removed because it is redundant, needed to update the .soy file. Bug: Issue 12997 Change-Id: I4537115675d596883b1e97143151278aa79187b2
diff --git a/resources/com/google/gerrit/server/mail/CommentHtml.soy b/resources/com/google/gerrit/server/mail/CommentHtml.soy index 534cbdb..617c8d17 100644 --- a/resources/com/google/gerrit/server/mail/CommentHtml.soy +++ b/resources/com/google/gerrit/server/mail/CommentHtml.soy
@@ -111,7 +111,9 @@ {for $group in $commentFiles} <li style="{$fileLiStyle}"> <p> - <a href="{$group.link}">{$group.title}:</a> + {if $group.link}<a href="{$group.link}">{/if} + {$group.title}: + {if $group.link}</a>{/if} </p> <ul style="{$ulStyle}">