作业动态中的未发布作业显示发布时间

This commit is contained in:
cxt 2015-11-02 10:02:02 +08:00
parent 25e1eb75ab
commit 6e7a6909d6
2 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,11 @@
<%= homework_common.language_name%>
</div>
<% end %>
<% if homework_common.homework_detail_manual.comment_status == 0 %>
<div class="homepagePostDeadline mr15">
<%= l(:label_publish_time)%><%= homework_common.publish_time%>
</div>
<% end %>
<div class="homepagePostDeadline">
<%= l(:label_end_time)%><%= homework_common.end_time%>
</div>

View File

@ -2024,6 +2024,7 @@ zh:
label_creat: 创建
#api end
label_publish_time: 发布时间
label_end_time: 截止时间
label_send_email: 确定发送
label_input_email: 请输入邮箱地址(必填)