提交作品关联项目提示信息
This commit is contained in:
parent
bb197897b7
commit
4061aa8a14
|
@ -6,7 +6,7 @@ module StudentWorkHelper
|
||||||
def user_projects_option
|
def user_projects_option
|
||||||
projects = User.current.projects.visible
|
projects = User.current.projects.visible
|
||||||
not_have_project = []
|
not_have_project = []
|
||||||
not_have_project << "没有可选项目,请直接为本作品创建一个项目"
|
not_have_project << "请选择关联项目"
|
||||||
not_have_project << 0
|
not_have_project << 0
|
||||||
type = []
|
type = []
|
||||||
type << not_have_project
|
type << not_have_project
|
||||||
|
|
Loading…
Reference in New Issue