diff --git a/lib/target_version_graph_hook.rb b/lib/target_version_graph_hook.rb index 74130be..21a2b27 100644 --- a/lib/target_version_graph_hook.rb +++ b/lib/target_version_graph_hook.rb @@ -3,9 +3,12 @@ class TargetVersionGraphHook < Redmine::Hook::ViewListener def view_versions_show_bottom(context = { }) if !context[:version].fixed_issues.empty? output = "
" return output end end -end \ No newline at end of file +end