X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/56500280d4dfa645ef7cc8699a7802912893b6fc..c8671c137ab09e8b93444d8a56d4a72d70014bf9:/app/helpers/trace_helper.rb diff --git a/app/helpers/trace_helper.rb b/app/helpers/trace_helper.rb index a0c3f56c9..15bc32313 100644 --- a/app/helpers/trace_helper.rb +++ b/app/helpers/trace_helper.rb @@ -1,9 +1,9 @@ module TraceHelper def link_to_tag(tag) if @action == "mine" - return link_to(tag, :tag => tag) + link_to(tag, :tag => tag, :page => nil) else - return link_to(tag, :tag => tag, :display_name => @display_name) + link_to(tag, :tag => tag, :display_name => @display_name, :page => nil) end end end