X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dbd88d893f3c3fce9cafd666b94396988646d81f..6f375ef4936ea6e92e84b1473940af7883fba4d6:/app/helpers/issues_helper.rb diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index f34510154..715696445 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -54,7 +54,7 @@ module IssuesHelper arrow = direction == "desc" ? ["25B2".hex].pack("U") : ["25BC".hex].pack("U") title += arrow end - link_to title, params.merge(:sort => column, :direction => direction) + # FIXME: link_to title, params.merge(:sort => column, :direction => direction) end def report_type(report_class)