diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index c497cb4e..3a2b0560 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -3036,11 +3036,11 @@ module ApplicationHelper
elsif @contest
title << (@contest.name.nil? ? "创新源于实践" : @contest.name)
elsif @shixun
- title << (@shixun.name.nil? ? "开发社区" : @shixun.name)
+ title << (@shixun.name.nil? ? "实训项目" : @shixun.name)
elsif @my_shixun
- title << ("我的实训")
+ title << ("我的实训项目")
elsif params[:controller] == "shixuns" && params[:action] == "index"
- title << ("开发社区")
+ title << ("实训项目")
elsif @subject
title << (@subject.name.nil? ? "实践课程" : @subject.name)
elsif params[:controller] == "subjects" && params[:action] == "index"
diff --git a/app/views/competitions/_header.html.erb b/app/views/competitions/_header.html.erb
index d41ba5e4..ea9589de 100644
--- a/app/views/competitions/_header.html.erb
+++ b/app/views/competitions/_header.html.erb
@@ -74,14 +74,13 @@
-
+
@@ -62,12 +62,11 @@ display: none; right:110px;">
<%= link_to '我的翻转课堂', user_path(User.current) %>
<%= link_to '我的实训项目', user_path(User.current, :type => 'a_shixun') %>
<%= link_to '我的实践课程', user_path(User.current, :type => 'a_path') %>
+ <%= link_to '我的开发项目', user_path(User.current, :type => 'a_project') %>
+ <%= link_to '我的众包', user_path(User.current, :type => 'a_package') %>
<% if User.current.partner.present? %>
<%= link_to '客户管理', partner_list_cooperate_path(User.current.partner) %>
<% end %>
- <%= link_to '我的开发项目', user_path(User.current, :type => 'a_project') %>
- <%= link_to '我的众包', user_path(User.current, :type => 'a_package') %>
-
<% if User.current.department_members.count > 0 %>
<%= link_to '学院统计', statistics_college_path(User.current.department_members.first.try(:department)) %>
<% end %>
diff --git a/app/views/layouts/_public_left_info.html.erb b/app/views/layouts/_public_left_info.html.erb
index 29e9ede5..0ff6fd66 100644
--- a/app/views/layouts/_public_left_info.html.erb
+++ b/app/views/layouts/_public_left_info.html.erb
@@ -16,7 +16,7 @@
项目
- <%= link_to "我的项目", user_project_community_path(User.current) %>
- - 新建项目
+ - 新建开发项目
- <%= link_to "加入项目", applied_join_project_path, :method => "post", :remote => true %>
@@ -37,12 +37,12 @@
实训
- - <%= link_to "我的实训", shixuns_user_path(User.current), :target => "_self" %>
+ - <%= link_to "我的实训项目", shixuns_user_path(User.current), :target => "_self" %>
<% if User.current.mail.blank? %>
- - 新建实训
+ - 新建实训项目
<% else %>
- - <%= link_to "新建实训", new_shixun_path, :target => "_self" %>
+ - <%= link_to "新建实训项目", new_shixun_path, :target => "_self" %>
<% end %>
@@ -112,6 +112,6 @@
// 新建实训
function shixun_valication(){
- sure_box_redirect_btn('<%= security_settings_path %>', '新建实训,请先绑定邮箱','绑定邮箱');
+ sure_box_redirect_btn('<%= security_settings_path %>', '新建实训项目,请先绑定邮箱','绑定邮箱');
}
\ No newline at end of file
diff --git a/app/views/layouts/_unlogin_header.html.erb b/app/views/layouts/_unlogin_header.html.erb
index 471a42c2..9875099d 100644
--- a/app/views/layouts/_unlogin_header.html.erb
+++ b/app/views/layouts/_unlogin_header.html.erb
@@ -9,7 +9,7 @@
"><%= link_to "实践课程", subjects_path %>
"><%= link_to "翻转课堂", courses_path %>
- "><%= link_to "开发社区", shixuns_path %>
+ "><%= link_to "实训项目", shixuns_path %>
<% careers = Career.published.order("created_at asc") %>
<% if careers.present? %>
@@ -47,7 +47,7 @@
-
+