修改BUG

This commit is contained in:
nwb 2014-07-03 15:45:50 +08:00
parent b928eb6ed8
commit 8d22ccd23a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<td > <%= link_to (h @user.try(:name)), user_path(@user) if @user %> <%= l(:label_user_create_project) %> <%= link_to @course.name %><strong> !</strong></td>
</tr>
<tr>
<td class="font_lighter" style="float: right"><%= l :label_update_time %>: <%= format_time(@course.created_on) %>
<td class="font_lighter" style="float: right"><%= l :label_update_time %>: <%= format_time(@course.created_at) %>
</table></td>
</tr>
</table>