Mercurial > hg > soundsoftware-site
comparison .svn/pristine/c2/c2add2fc48545c9490209f8ae390f5752a7e9c91.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
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)) -%> |