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