aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-08-16 22:08:39 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-08-16 22:08:39 +0400
commit7c240c68e24c0f3bf041522ce21de271cb92c6f3 (patch)
tree6b714750a6cf71dbb6b68a9c2081367ba7f76431 /pydis_site/templates
parentAdd Tag Metadata (diff)
Better Split Up Tag Commit Messages
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/content/tag.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/pydis_site/templates/content/tag.html b/pydis_site/templates/content/tag.html
index 513009da..655dd786 100644
--- a/pydis_site/templates/content/tag.html
+++ b/pydis_site/templates/content/tag.html
@@ -31,7 +31,9 @@
<div class="dropdown-item">{{ user }}</div>
{% endfor %}
<div class="dropdown-divider"></div>
- <div class="dropdown-item">{{ tag.last_commit.message }}</div>
+ {% for line in tag.last_commit.lines %}
+ <div class="dropdown-item">{{ line }}</div>
+ {% endfor %}
</div>
</div>
</div>