Created
June 13, 2011 10:24
-
-
Save fwielstra/1022570 to your computer and use it in GitHub Desktop.
A thread display template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<pre> | |
<div class="thread"> | |
<div class="thread-title"> | |
<a href="#/thread/<%= thread.title %>"><%= thread.title %></a> | |
</div> | |
<time><%= thread.postdate %></time> | |
<div class="thread-author"><%= thread.author %></div> | |
</div> | |
</pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment