{% extends "repo_master.html" %} {% from "_formhelper.html" import render_field_in_row, show_comment %} {% block title %} {%- if pull_request -%} PR#{{ requestid }}: {{ pull_request.title }} - {{ repo.name }} {%- else -%} Diff from {{ branch_from }} to {{ branch_to }} - {{ repo.name }} {%- endif -%} {% endblock %} {%block tag %}home{% endblock %} {% block header %} {% endblock %} {% block repo %}
By | {{ pull_request.user.user | avatar(16) | safe }} {{ pull_request.user.fullname }} ({{ pull_request.user.user }}) |
---|---|
From | {{ pull_request.project_from.fullname or pull_request.remote_git }} ({{ pull_request.branch_from }}) |
To | {{ pull_request.project.fullname }} ({{ pull_request.branch }}) |
Created | {{ pull_request.date_created |humanize }} |
Assignee | {% if authenticated and mergeform and pull_request.status == True %} {% else %} {{ pull_request.assignee.username or '' }} {% endif %} |
{{ flag.percent }}% | {{ flag.username }} | {{ flag.comment }} | {{ flag.date_created | humanize }} |
No commits found
{% endfor %}Login to comment.
{% endif %}