去掉错误的符号
This commit is contained in:
parent
8290741746
commit
3620cd99b6
|
@ -337,7 +337,7 @@ class ProjectsController < ApplicationController
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if params[:repository] == "pswd_is_null"
|
if params[:repository] == "pswd_is_null"
|
||||||
html << l(:label_password_not_null)<< ";"
|
html << l(:label_password_not_null)
|
||||||
end
|
end
|
||||||
flash[:error] = html if !html.to_s.blank?
|
flash[:error] = html if !html.to_s.blank?
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue