Commit 44a35465 authored by Tim Felgentreff's avatar Tim Felgentreff

add show_detail to issue helper for limited backwards compatibility

parent d7854003
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment