%namespace name="base" file="/base/base.html"/>
${_('Target Repo')} | ${_('Author')} | ${_('Title')} | ${_('Last Update')} | %for pull_request in c.my_pull_requests: | |
---|---|---|---|---|---|
${h.link_to(pull_request.target_repo.repo_name,h.url('summary_home',repo_name=pull_request.target_repo.repo_name))}
|
${base.gravatar_with_user(pull_request.author.email, 16)} |
|
${h.age_component(pull_request.updated_on)} | ${h.secure_form(url('pullrequest_delete', repo_name=pull_request.target_repo.repo_name, pull_request_id=pull_request.pull_request_id),method='delete')} ${h.submit('remove_%s' % pull_request.pull_request_id, _('Delete'), class_="btn btn-link btn-danger",onclick="return confirm('"+_('Confirm to delete this pull request')+"');")} ${h.end_form()} |
${_('Target Repo')} | ${_('Author')} | ${_('Title')} | ${_('Last Update')} | %for pull_request in c.participate_in_pull_requests:|
---|---|---|---|---|
${h.link_to(pull_request.target_repo.repo_name,h.url('summary_home',repo_name=pull_request.target_repo.repo_name))}
|
${base.gravatar_with_user(pull_request.author.email, 16)} |
|
${h.age_component(pull_request.updated_on)} |