소스 검색

user icon links

George S. Baugh 4 년 전
부모
커밋
a776167e6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      www/templates/posts.tx

+ 1 - 1
www/templates/posts.tx

@@ -86,7 +86,7 @@
                     </form>
                     : }
                     <span id="<: $post.id :>-<: $post.version :>-time" class="responsive-hide" style="float:right;"><: $post.created :></span>
-                    <a class='postericon <: $post.user :>' title='Posted by <: $post.user :>'>&nbsp;</a>
+                    <a href="/users/<: $post.user :>" class='postericon <: $post.user :>' title='Posted by <: $post.user :>'>&nbsp;</a>
                 : }
             </h3>
             : }