Chris@1295:
Chris@1295: <%= tag("embed", :width => 800, :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :repository_id => @repository.identifier_param, :graph => "commits_per_month")) %> Chris@1295:
Chris@1295:Chris@1295: <%= tag("embed", :width => 800, :height => 400, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :repository_id => @repository.identifier_param, :graph => "commits_per_author")) %> Chris@1295:
Chris@1295: Chris@1295:<%= link_to l(:button_back), :action => 'show', :id => @project %>
Chris@1295: Chris@1295: <% html_title(l(:label_repository), l(:label_statistics)) -%>