Mercurial > hg > soundsoftware-site
comparison app/views/repositories/stats.rhtml @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 <h2><%= l(:label_statistics) %></h2> | |
2 | |
3 <p> | |
4 <%= tag("embed", :width => 800, :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :graph => "commits_per_month")) %> | |
5 </p> | |
6 <p> | |
7 <%= tag("embed", :width => 800, :height => 400, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :graph => "commits_per_author")) %> | |
8 </p> | |
9 | |
10 <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p> | |
11 | |
12 <% html_title(l(:label_repository), l(:label_statistics)) -%> |