修改项目创建时间显示不正确

This commit is contained in:
sw 2015-03-13 15:40:19 +08:00
parent 7894ceb50e
commit 368a3ce1fa
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<tr>
<td class="font_lighter" >
<%= l :label_create_time %>:
<%= format_time(e.created_at) %>
<%= format_time(e.project.created_on) %>
</table>
</td>
</tr>