X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e31376e28da8f656e33508cc899da465b63673c5..8dc8479e12b50878ca6b476a4dd72fe1da1f24ad:/app/helpers/issues_helper.rb diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index 715696445..27a51c0fb 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -47,16 +47,6 @@ module IssuesHelper end end - def sortable(column, title = nil) - title ||= column.titleize - direction = column == sort_column && sort_direction == "asc" ? "desc" : "asc" - if column == sort_column - arrow = direction == "desc" ? ["25B2".hex].pack("U") : ["25BC".hex].pack("U") - title += arrow - end - # FIXME: link_to title, params.merge(:sort => column, :direction => direction) - end - def report_type(report_class) case report_class when "DiaryEntry"