From 99c1d528cae5968477adf1dcbebd037d98323c3b Mon Sep 17 00:00:00 2001 From: yutao <283765470@qq.com> Date: Sat, 18 Jul 2015 13:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_course_form.html.erb | 4 ++-- app/views/users/user_projects.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %>