To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 44 / 44b6598d90ff6acd9319545fe1b04d55d8804065.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (677 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | <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, :repository_id => @repository.identifier_param, :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, :repository_id => @repository.identifier_param, :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)) -%> |