提交 3a76cc5c 编写于 作者: P Phil Hughes

Fixed Ruby issues

上级 832d7fa3
......@@ -279,7 +279,7 @@ module ApplicationHelper
path = request.path
if params != nil
path << "?#{options.to_param}"
path << "?#{params}"
if add_label
if params[:label_name].present? and params[:label_name].respond_to?('any?')
params[:label_name].each do |label|
......@@ -288,7 +288,6 @@ module ApplicationHelper
end
end
end
path
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册