|
|
@ -8,7 +8,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class=" mt10">
|
|
|
|
<div class=" mt10">
|
|
|
|
<%= link_to "导入作业", user_import_homeworks_user_path(User.current.id),:class => "BlueCirBtn fl mr10",:remote => true%>
|
|
|
|
<%= 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">
|
|
|
|
<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" >
|
|
|
|
<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')%>
|
|
|
|
<%= calendar_for('homework_end_time')%>
|
|
|
|