{% extends "base.html" %} {% block title %}{{ item.local_id }} {{ item.title }} — IssueDeck{% endblock %} {% block content %}
{{ t("common.empty_body") }}
{% endif %}{{ event.body }}
{{ t("activity.empty") }}
{% endif %}| {{ t("common.branch") }} | {{ t("common.version") }} | {{ t("ship.shipped_at") }} | Commits |
|---|---|---|---|
| {{ record.branch_key }} | {{ record.version }} | {{ record.shipped_at[:16] | replace('T', ' ') }} |
{% for sha in record.commits %}
{{ sha[:7] }}
{% endfor %}
|
{{ t("relationship.empty") }}
{% endif %} {# Add relationship form #}