REVIEW: these helper methods reside in the issues helper module. which we need to include before.. hmm

pull/59/head
Martin Linkhorst 12 years ago
parent 0bf1785c83
commit b165ff2487
  1. 2
      app/helpers/application_helper.rb

@ -797,11 +797,13 @@ module ApplicationHelper
elsif sep == '##'
oid = identifier.to_i
if issue = Issue.visible.find_by_id(oid, :include => :status)
extend IssuesHelper # TODO: remove me from here
link = issue_quick_info(issue)
end
elsif sep == '###'
oid = identifier.to_i
if issue = Issue.visible.find_by_id(oid, :include => :status)
extend IssuesHelper # TODO: remove me from here
link = issue_quick_info_with_description(issue)
end
elsif sep == ':'

Loading…
Cancel
Save