redmine-graphs-plugin/app/views/graphs/issue_growth.html.erb

7 lines
509 B
Plaintext
Executable File

<h2><%= l(:label_graphs_issue_growth) %></h2>
<%= 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? %>
<% content_for :sidebar do %>
<%= render :partial => 'issues/sidebar' %>
<% end %>