{% extends 'generic/object.html' %} {% load static %} {% load oxidized_viewer %} {% block head %} {{ block.super }} {# Prism is vendored (static/netbox_oxidized_viewer/prism/) — air-gapped NetBox installs are the norm for this plugin's audience #} {% endblock head %} {% block content %}
{{ latest_commit.sha|slice:":7" }}
{{ latest_commit.subject }}
— {{ latest_commit.author_name }}
{{ config_content }}
{% endif %}
| Timestamp | Commit | Message | Author | Notes | |
|---|---|---|---|---|---|
| {{ commit.timestamp|date:"Y-m-d H:i:s T" }} | {{ commit.sha|slice:":7" }} |
{{ commit.subject }} | {{ commit.author_name }} | {% with n=note_counts|dictkey:commit.sha %} {% if n %} {{ n }}{% endif %} {% endwith %} | Download Diff |
| No commits found. | |||||