Mercurial > hg > soundsoftware-site
comparison app/views/repositories/stats.html.erb @ 1115:433d4f72a19b redmine-2.2
Update to Redmine SVN revision 11137 on 2.2-stable branch
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 12:01:42 +0000 |
parents | c6c2cbd0afee |
children | 261b3d9a4903 |
comparison
equal
deleted
inserted
replaced
929:5f33065ddc4b | 1115:433d4f72a19b |
---|---|
1 <h2><%= l(:label_statistics) %></h2> | 1 <h2><%= l(:label_statistics) %></h2> |
2 | 2 |
3 <p> | 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")) %> | 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> | 5 </p> |
6 <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")) %> | 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> | 8 </p> |
9 | 9 |
10 <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p> | 10 <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p> |
11 | 11 |
12 <% html_title(l(:label_repository), l(:label_statistics)) -%> | 12 <% html_title(l(:label_repository), l(:label_statistics)) -%> |