{% extends "base.html" %} {% from "partials/css_helpers.html" import protection_status_badge %} {% block content %}
No repo pulls found.
{% else %}| Pull | Source | Status | Updated |
|---|---|---|---|
|
by
{% with user_link_href = "/" ~ pull.created_by, user_link_username = pull.created_by, user_link_label = pull.created_by, user_link_class = "text-decoration-none" %}
{% include "partials/hover_card_user_link.html" %}
{% endwith %}
|
{{ pull.source_ref }} → {{ pull.target_ref }}
|
{{ pull.status }} {% if pull.protection_status %} {{ pull.protection_status }} {% endif %} | {{ pull.updated_at | humantime }} |