diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index a9ad6967a1..b1a3a19ec6 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -160,6 +160,11 @@ module IssuesHelper export end + # FIXME: This is not working as before + def show_detail(journal, html = true) + journal.render_detail(journal.details.first, html) + end + def gantt_zoom_link(gantt, in_or_out) img_attributes = {:style => 'height:1.4em; width:1.4em; margin-left: 3px;'} # em for accessibility