提交作品关联项目提示信息

This commit is contained in:
sw 2015-09-18 17:34:44 +08:00
parent bb197897b7
commit 4061aa8a14
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module StudentWorkHelper
def user_projects_option
projects = User.current.projects.visible
not_have_project = []
not_have_project << "没有可选项目,请直接为本作品创建一个项目"
not_have_project << "请选择关联项目"
not_have_project << 0
type = []
type << not_have_project