|
|
|
@ -168,7 +168,7 @@ module Redmine
|
|
|
|
|
if block_given?
|
|
|
|
|
yield text, parameters, options
|
|
|
|
|
else
|
|
|
|
|
if args[2][:path].nil?
|
|
|
|
|
if args[2].nil? || args[2][:path].nil?
|
|
|
|
|
link_to text, params.merge(parameters), options
|
|
|
|
|
else
|
|
|
|
|
page = "&page=" + parameters[:page].to_s unless parameters[:page].nil?
|
|
|
|
|