1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

Modify group message time format

This commit is contained in:
xiez
2012-06-27 20:22:42 +08:00
parent 1be271353e
commit c824155ac7
3 changed files with 7 additions and 3 deletions

View File

@@ -85,7 +85,7 @@
</div>
<div class="txt fright">
<div class="msg-hd">
<span class="time">{{ msg.timestamp|date:"Y-m-d H:i" }}</span>
<span class="time">{{ msg.timestamp|translate_commit_time }}</span>
<a href="{{ SITE_ROOT }}profile/{{ msg.from_email }}/">{{ msg.from_email|email2nickname }}</a>
</div>
<div class="msg-bd">

View File

@@ -14,7 +14,7 @@
</div>
<div class="txt fright">
<div class="msg-hd">
<span class="time">{{ msg.timestamp|date:"Y-m-d H:i" }}</span>
<span class="time">{{ msg.timestamp|translate_commit_time }}</span>
<a href="{{ SITE_ROOT }}profile/{{ msg.from_email }}/">{{ msg.from_email|email2nickname }}</a>
所在小组:<a href="{{ SITE_ROOT }}group/{{ msg.group_id }}/">{{ msg.group_name }}</a>
</div>