Merge pull request #114 from stisa/postlink
Make date a link to the post
This commit is contained in:
commit
fa7bc2ec39
2 changed files with 5 additions and 1 deletions
|
|
@ -170,7 +170,7 @@
|
|||
#except EParseError:
|
||||
# c.errorMsg = getCurrentExceptionMsg()
|
||||
#end
|
||||
<span class="date">${xmlEncode(%postCreation)}</span>
|
||||
<span class="date"><a href="${c.genThreadUrl(%postId, "", $threadId, $(c.pageNum))}">${xmlEncode(%postCreation)}</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -751,3 +751,7 @@ blockquote p {
|
|||
.failedComp {
|
||||
color: lightcoral;
|
||||
}
|
||||
.date > a, .date > a:hover, .date > a:visited {
|
||||
color: #3D3D3D !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue