* Refactored rendering of date formats
* Increased jQuery version to 1.4
This commit is contained in:
parent
5f0f4bcf72
commit
e35356ddfa
3 changed files with 59 additions and 43 deletions
|
@ -49,7 +49,7 @@
|
|||
</form>
|
||||
|
||||
<% #date %>
|
||||
<div class="dayHeader"><% story.created "EEEE, d. MMMM yyyy" %></div>
|
||||
<div class="dayHeader"><% story.created date %></div>
|
||||
|
||||
<% #content %>
|
||||
<div class="storyTitle">
|
||||
|
@ -57,7 +57,7 @@
|
|||
</div>
|
||||
<div class="storyDate">
|
||||
<% story.creator link suffix=, %>
|
||||
<% story.created HH:mm suffix="h" %>
|
||||
<% story.created time %>
|
||||
</div>
|
||||
<div><% story.text | story.format %></div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue