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

guange_homework
sw 10 years ago
parent bb197897b7
commit 4061aa8a14

@ -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

Loading…
Cancel
Save