修改项目创建时间显示不正确
This commit is contained in:
parent
7894ceb50e
commit
368a3ce1fa
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue