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) %>
|