diff --git a/app/views/users/_course_form.html.erb b/app/views/users/_course_form.html.erb index 0d1c4ef19..3a6b317f0 100644 --- a/app/views/users/_course_form.html.erb +++ b/app/views/users/_course_form.html.erb @@ -38,9 +38,9 @@ <% if(course_end_flag) %> 课程结束 <% elsif(can_edit_flag) %> - 发布作业 + 发布作业 <% else %> - 提交作品 + 提交作品 <% end %>
\ No newline at end of file diff --git a/app/views/users/user_projects.html.erb b/app/views/users/user_projects.html.erb index 9c1fc4eee..e7eeedb29 100644 --- a/app/views/users/user_projects.html.erb +++ b/app/views/users/user_projects.html.erb @@ -43,7 +43,7 @@ - item.id, :host=>Setting.host_name) %>" class="blue_n_btn fr mt20">发布问题 + item.id, :host=>Setting.host_name) %>" target="_blank" class="blue_n_btn fr mt20">发布问题
<% end %>