Fixed date output
This commit is contained in:
parent
ebf70d6655
commit
4c668ed024
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ else
|
|||
<dd>Posted <% this.created text %> by <% this.creator %>.</dd>
|
||||
|
||||
<% #update %>
|
||||
<dt><% gettext '{0} {1} {2} {3} on {4} // e.g. “{3 days ago} {admin} {posted} {a story} on {Antville}”' <% story.modified text prefix=<strong> suffix=</strong> %> <% story.creator %> <% if <% story.created %> is <% story.modified %> then <% gettext 'posted // has posted' %> else <% gettext 'updated // has updated' %> %><% if <% story.type %> is Story then <% gettext 'a story // accusative' %> else <% gettext 'a comment // accusative' %> %> <% story.site.title | story.link %> %></dt>
|
||||
<dt><% gettext '{0} {1} {2} {3} on {4} // e.g. “{3 days ago} {admin} {posted} {a story} on {Antville}”' <% story.site.modified text prefix=<strong> suffix=</strong> %> <% story.creator %> <% if <% story.created %> is <% story.modified %> then <% gettext 'posted // has posted' %> else <% gettext 'updated // has updated' %> %><% if <% story.type %> is Story then <% gettext 'a story // accusative' %> else <% gettext 'a comment // accusative' %> %> <% story.site.title | story.link %> %></dt>
|
||||
<dd><% story.abstract %></dd>
|
||||
|
||||
<% #embed %>
|
||||
|
|
Loading…
Add table
Reference in a new issue