截止日期

This commit is contained in:
cxt 2015-09-01 11:12:47 +08:00
parent dd6e3e5f82
commit b89a80d04e
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
<div class=" mt10">
<%= link_to "导入作业", user_import_homeworks_user_path(User.current.id),:class => "BlueCirBtn fl mr10",:remote => true%>
<span class="fl mt5 ml10">截止日期:</span>
<div class="calendar_div fl">
<input type="text" name="homework_common[end_time]" id="homework_end_time" placeholder="截止日期" class="InputBox fl W120 calendar_input" readonly="readonly" >
<%= calendar_for('homework_end_time')%>