forked from MarseyWorld/MarseyWorld
fsd
parent
6463c7ec99
commit
0f2403b358
|
@ -14,7 +14,7 @@
|
|||
<h1>Info</h1>
|
||||
<p><a href="{{thing.permalink}}">{{thing.permalink}}</a></p>
|
||||
<p><b>Author:</b> <a href="{{thing.author.url}}">@{{thing.author.username}}</a></p>
|
||||
<p><b>Author Created At:</b> ({{thing.author.created_datetime}})</p>
|
||||
<p><b>Author Created At:</b> {{thing.author.created_datetime}}</p>
|
||||
<p><b>Upvotes: </b>{{ups | length}}</p>
|
||||
<p><b>Downvotes: </b>{{downs | length}}</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue