mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-31 01:38:08 -05:00
Wrap the "submitted on" sidebar date in a div to ease theming.
This commit is contained in:
@@ -31,11 +31,13 @@
|
||||
|
||||
|
||||
<div class="linkinfo">
|
||||
${_("this post was submitted on")}
|
||||
 
|
||||
<time datetime="${thing.a._date.isoformat()}">
|
||||
${thing.a._date.strftime(thing.datefmt)}
|
||||
</time>
|
||||
<div class="date">
|
||||
${_("this post was submitted on")}
|
||||
 
|
||||
<time datetime="${thing.a._date.isoformat()}">
|
||||
${thing.a._date.strftime(thing.datefmt)}
|
||||
</time>
|
||||
</div>
|
||||
|
||||
<div class="score">
|
||||
${unsafe(strings.person_label % dict(num = locale.format("%d", thing.a.score, True),
|
||||
|
||||
Reference in New Issue
Block a user