Changeset - 87b0a652b6b1
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-03-25 16:30:40
madski@unity3d.com
comments: "Comment on pull request" feels more natural
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/changeset/changeset_file_comment.html
Show inline comments
 
@@ -27,9 +27,9 @@
 
         %if co.pull_request:
 
            <a href="${h.url('pullrequest_show',repo_name=co.pull_request.other_repo.repo_name,pull_request_id=co.pull_request.pull_request_id)}">
 
            %if co.status_change:
 
              ${_('Status change from pull request #%s') % co.pull_request.pull_request_id}
 
              ${_('Status change on pull request #%s') % co.pull_request.pull_request_id}
 
            %else:
 
              ${_('Comment from pull request #%s') % co.pull_request.pull_request_id}
 
              ${_('Comment on pull request #%s') % co.pull_request.pull_request_id}
 
            %endif
 
            </a>
 
         %endif
0 comments (0 inline, 0 general)