diff --git a/app/views/graphs/old_issues.html.erb b/app/views/graphs/old_issues.html.erb index c02eca7..1acac35 100755 --- a/app/views/graphs/old_issues.html.erb +++ b/app/views/graphs/old_issues.html.erb @@ -3,7 +3,7 @@ <%= tag("embed", :width => "100%", :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'issue_age_graph', :project_id => @project.id)) unless @project.nil? %>
@@ -17,7 +17,7 @@