Wrap the "submitted on" sidebar date in a div to ease theming.

This commit is contained in:
Max Goodman
2011-12-05 16:06:08 -08:00
parent 98d8268d08
commit 1950fd6499

View File

@@ -31,11 +31,13 @@
<div class="linkinfo">
${_("this post was submitted on")}
&#32;
<time datetime="${thing.a._date.isoformat()}">
${thing.a._date.strftime(thing.datefmt)}
</time>
<div class="date">
${_("this post was submitted on")}
&#32;
<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),