{% extends "repo_master.html" %} {% from "_formhelper.html" import render_field_in_row, show_comment %} {% block title %}Pull request #{{ requestid }} - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %} {% block repo %}
By | {{ pull_request.user.user | avatar(16) | safe }} {{ pull_request.user.fullname }} ({{ pull_request.user.user }}) |
---|---|
From | {{ pull_request.repo_from.fullname }} ({{ pull_request.branch_from }}) |
Created | {{ pull_request.date_created |humanize }} |
No commits found
{% endfor %}Login to comment.
{% endif %}