Link the conversation's time to the conversation itself
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 4 Oct 2021 13:53:22 +0000 (15:53 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 4 Oct 2021 13:53:49 +0000 (15:53 +0200)
Resolves #159

templates/conversation.tpl

index 517bcd33508a1390f48ba8432c13cdcf2c334587..7763c4a6b924b45b8f9274e93faa4c41a123875e 100644 (file)
@@ -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}