{% extends "repo_master.html" %} {% from "_formhelper.html" import render_field_in_row, show_comment, render_bootstrap_field %} {% block title %} {%- if pull_request -%} PR#{{ requestid }}: {{ pull_request.title | noJS(ignore="img")}} {%- elif form and (g.repo_admin or remote_git) -%} Create new Pull Request for {{ branch_to }} {%- elif origin == 'compare_commits' -%} Diff from {{ commit1 }} to {{ commit2 }} {%- else -%} Diff from {{ branch_from }} to {{ branch_to }} {%- endif %} - {{ repo.namespace + '/' if repo.namespace }}{{ repo.name }} {% endblock %} {% set tag = "home" %} {% block header %} {% endblock %} {% block repo %}
No commits found
{% endfor %}Login to comment on this ticket.
{% endif %}