diff --git a/app/views/graphs/issue_growth.html.erb b/app/views/graphs/issue_growth.html.erb index 86ebeff..f62f133 100755 --- a/app/views/graphs/issue_growth.html.erb +++ b/app/views/graphs/issue_growth.html.erb @@ -1,3 +1,7 @@

<%= l(:label_graphs_issue_growth) %>

<%= tag("embed", :width => "100%", :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'issue_growth_graph')) if @project.nil? %> -<%= tag("embed", :width => "100%", :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'issue_growth_graph', :project_id => @project.id)) unless @project.nil? %> \ No newline at end of file +<%= tag("embed", :width => "100%", :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'issue_growth_graph', :project_id => @project.id)) unless @project.nil? %> + +<% content_for :sidebar do %> + <%= render :partial => 'issues/sidebar' %> +<% end %> \ No newline at end of file