Changeset - 1095b67f8054
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-30 00:32:34
marcin@python-works.com
show status of pull requests and if it's closed
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/pullrequests/pullrequest_show_all.html
Show inline comments
 
@@ -24,8 +24,9 @@
 
        <div>
 
          <h4  style="border:0px;padding:0px">
 
            %if pr.is_closed():
 
            <img src="${h.url('/images/icons/tick.png')}" alt="${_('Closed')}" />
 
                <img src="${h.url('/images/icons/lock_go.png')}" title="${_('Closed')}"/>
 
            %endif
 
            <img src="${h.url('/images/icons/flag_status_%s.png' % str(pr.last_review_status))}" />
 
            <a href="${h.url('pullrequest_show',repo_name=c.repo_name,pull_request_id=pr.pull_request_id)}">
 
            ${_('Pull request #%s opened by %s on %s') % (pr.pull_request_id, pr.author.full_name, h.fmt_date(pr.created_on))}
 
            </a>
0 comments (0 inline, 0 general)