##// END OF EJS Templates
pull-requests: added quotes for branch name in new changes detection.
marcink -
r4381:48c9bc8d stable
parent child Browse files
Show More
@@ -476,7 +476,7 b''
476 476 <div class="alert alert-info">
477 477 <div>
478 478 % if c.pr_merge_source_commit.changed:
479 <strong>${_('There are new changes for {}:{} in source repository, please consider updating this pull request.').format(c.pr_merge_source_commit.ref_spec.type, c.pr_merge_source_commit.ref_spec.name)}</strong>
479 <strong>${_('There are new changes for `{}:{}` in source repository, please consider updating this pull request.').format(c.pr_merge_source_commit.ref_spec.type, c.pr_merge_source_commit.ref_spec.name)}</strong>
480 480 % endif
481 481 </div>
482 482 </div>
General Comments 0
You need to be logged in to leave comments. Login now