aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArcade Wise <l3gacy.b3ta@disroot.org>2022-12-01 14:04:25 -0500
committerubq323 <ubq323@ubq323.website>2022-12-01 19:11:34 +0000
commit132b2ec317bc83db07adddd5f478837af0b56fdd (patch)
tree1678be905aae8252a6464fc8a48441b355cb11f6
parent991e40652e331ccc69ea5b6aa8539e166b119c6f (diff)
Add the option to mouse over a post title and show the full title
Signed-off-by: Arcade Wise <l3gacy.b3ta@disroot.org>
-rw-r--r--apioforum/templates/view_forum.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html
index b03d51a..d8915c8 100644
--- a/apioforum/templates/view_forum.html
+++ b/apioforum/templates/view_forum.html
@@ -130,7 +130,7 @@ you do not have permission to create threads in this forum
<div class="listing-main">
<div class="listing-title">
<a href="{{url_for('thread.view_thread',thread_id=thread.id)}}">
- {{- thread.title -}}
+ <abbr title="{{ thread.title }}" style="text-decoration:none">{{- thread.title -}}</abbr>
</a>
</div>
<div class="thread-listing-tags">