You're looking at it

Homepage: https://roundabout-host.com

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 pr.html

View raw Download
text/plain • 229 B
ASCII text
        
            
1
{% extends "mail.html" %}
2
{% block content %}
3
<h1>Merge {{ pr.head_route }}:{{ pr.head_branch }} into {{ pr.base_route }}:{{ pr.base_branch }}?</h1>
4
<p>
5
Requested by {{ pr.owner.username }}
6
</p>
7
{% endblock %}