comparison app/views/repositories/stats.html.erb @ 908:c6c2cbd0afee redmine-1.3

Rename .rhtml files to .html.erb in preparation for merge
author Chris Cannam
date Fri, 24 Feb 2012 18:36:29 +0000
parents app/views/repositories/stats.rhtml@513646585e45
children 433d4f72a19b
comparison
equal deleted inserted replaced
907:df51e8ff578d 908:c6c2cbd0afee
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)) -%>