projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89811c3
)
Link the conversation's time to the conversation itself
author
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 4 Oct 2021 13:53:22 +0000
(15:53 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 4 Oct 2021 13:53:49 +0000
(15:53 +0200)
Resolves #159
templates/conversation.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/conversation.tpl
b/templates/conversation.tpl
index 517bcd33508a1390f48ba8432c13cdcf2c334587..7763c4a6b924b45b8f9274e93faa4c41a123875e 100644
(file)
--- a/
templates/conversation.tpl
+++ b/
templates/conversation.tpl
@@
-32,7
+32,7
@@
<li>
<span class="icon icon16 fa-clock-o"></span>
- {@$conversation->time|time}
+ <a href="{$conversation->getLink()}">{@$conversation->time|time}</a>
</li>
{if $conversation->isClosed}