You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

stats.rhtml 581B

123456789101112
  1. <h2><%= l(:label_statistics) %></h2>
  2. <p>
  3. <%= tag("embed", :width => 800, :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :graph => "commits_per_month")) %>
  4. </p>
  5. <p>
  6. <%= tag("embed", :width => 800, :height => 400, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :graph => "commits_per_author")) %>
  7. </p>
  8. <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p>
  9. <% html_title(l(:label_repository), l(:label_statistics)) -%>