comparison app/views/repositories/stats.html.erb @ 1464:261b3d9a4903 redmine-2.4

Update to Redmine 2.4 branch rev 12663
author Chris Cannam
date Tue, 14 Jan 2014 14:37:42 +0000
parents 433d4f72a19b
children
comparison
equal deleted inserted replaced
1296:038ba2d95de8 1464:261b3d9a4903
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, :repository_id => @repository.identifier_param, :graph => "commits_per_month")) %> 4 <%= tag("embed",
5 :type => "image/svg+xml", :src => url_for(:controller => 'repositories',
6 :action => 'graph', :id => @project,
7 :repository_id => @repository.identifier_param,
8 :graph => "commits_per_month")) %>
5 </p> 9 </p>
6 <p> 10 <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")) %> 11 <%= tag("embed",
12 :type => "image/svg+xml", :src => url_for(:controller => 'repositories',
13 :action => 'graph', :id => @project,
14 :repository_id => @repository.identifier_param,
15 :graph => "commits_per_author")) %>
8 </p> 16 </p>
9 17
10 <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p> 18 <p><%= link_to l(:button_back), :action => 'show', :id => @project %></p>
11 19
12 <% html_title(l(:label_repository), l(:label_statistics)) -%> 20 <% html_title(l(:label_repository), l(:label_statistics)) -%>