{% 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 %} {% if pulls.is_empty() %} No {{ state_filter }} pulls. {% else %} {% for pull in pulls %} {{ pull.state }} #{{ pull.number }} {{ pull.title }} {{ pull.source_branch }} → {{ pull.target_branch }} {{ pull.updated_at }} {% endfor %} {% endif %} {% endblock %}
No {{ state_filter }} pulls.