分组作业提示语的修改

This commit is contained in:
cxt 2015-12-16 11:37:59 +08:00
parent bfde278340
commit 5cf88a287b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<div class="mb10 mt10">
<label>
<input type="checkbox" class="mr5" name="base_on_project" value="<%=(edit_mode && homework.is_group_homework?) ? homework.homework_detail_group.base_on_project : 0 %>" id="base_on_project"/>
<span class="f14 fontGrey3 mr10">是否基于项目实施</span>
<span class="f14 fontGrey3 mr10">基于项目实施</span>
</label>
<p class="c_red">提醒勾选后各小组必须在Trustie平台创建项目教师可随时观察平台对各小组最新进展的实时统计。</p>
</div>

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20151215070238) do
ActiveRecord::Schema.define(:version => 20151215112107) do
create_table "activities", :force => true do |t|
t.integer "act_id", :null => false