Show More
@@ -24,8 +24,9 b'' | |||||
24 | <div> |
|
24 | <div> | |
25 | <h4 style="border:0px;padding:0px"> |
|
25 | <h4 style="border:0px;padding:0px"> | |
26 | %if pr.is_closed(): |
|
26 | %if pr.is_closed(): | |
27 |
<img src="${h.url('/images/icons/ |
|
27 | <img src="${h.url('/images/icons/lock_go.png')}" title="${_('Closed')}"/> | |
28 | %endif |
|
28 | %endif | |
|
29 | <img src="${h.url('/images/icons/flag_status_%s.png' % str(pr.last_review_status))}" /> | |||
29 | <a href="${h.url('pullrequest_show',repo_name=c.repo_name,pull_request_id=pr.pull_request_id)}"> |
|
30 | <a href="${h.url('pullrequest_show',repo_name=c.repo_name,pull_request_id=pr.pull_request_id)}"> | |
30 | ${_('Pull request #%s opened by %s on %s') % (pr.pull_request_id, pr.author.full_name, h.fmt_date(pr.created_on))} |
|
31 | ${_('Pull request #%s opened by %s on %s') % (pr.pull_request_id, pr.author.full_name, h.fmt_date(pr.created_on))} | |
31 | </a> |
|
32 | </a> |
General Comments 0
You need to be logged in to leave comments.
Login now