{% extends "layout.html" %} {% block title %}pulls · {{ owner.username }}/{{ repo.name }} — kitgit{% endblock %} {% block content %}

{{ owner.username }}/{{ repo.name }} · pulls

{% let tab = "pulls" %} {% let archive_ref = repo.default_branch %} {% include "partials/repo_tabs.html" %}
open closed merged {% if viewer.is_some() %}new pull{% endif %} labels milestones
{% if pulls.is_empty() %}

No {{ state_filter }} pulls.

{% else %} {% endif %}
{% endblock %}