From 978c883f6ea84f86311d2771251000a5c871d3d6 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Wed, 8 Oct 2014 17:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/bids/edit.html.erb | 2 +- app/views/courses/_course_form.html.erb | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/views/bids/edit.html.erb b/app/views/bids/edit.html.erb index 028a1a88e..4cc181146 100644 --- a/app/views/bids/edit.html.erb +++ b/app/views/bids/edit.html.erb @@ -1,4 +1,4 @@ -

修改作业

+

<%= l(:label_edit_homework) %>

<%= labelled_form_for @bid do |f| %>
diff --git a/app/views/courses/_course_form.html.erb b/app/views/courses/_course_form.html.erb index 7395c9845..036ce2912 100644 --- a/app/views/courses/_course_form.html.erb +++ b/app/views/courses/_course_form.html.erb @@ -40,7 +40,9 @@ <%= l(:label_class_period) %> *   - <%= text_field_tag :class_period, @course.class_period, :placeholder => "在此输入课时", :maxlength => 5 %> + + <%= text_field_tag :class_period, @course.class_period, :placeholder => "在此输入课时", :maxlength => 5 %> +  <%= l(:label_class_hour) %> @@ -53,7 +55,10 @@ <%= l(:label_class_period) %> *   - <%= text_field_tag :class_period, nil, :placeholder => "在此输入课时", :maxlength => 5 %><%= l(:label_class_hour) %> + + <%= text_field_tag :class_period, nil, :placeholder => "在此输入课时", :maxlength => 5 %> + + <%= l(:label_class_hour) %>