X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/757a1aaa850bf48e45ee1dd2225cda1c9fa47d73..948fd8c8faf1016deb23b73eca0dadb6267603cf:/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)