stats.html.erb
12 lines
| 677 B
| text/plain
|
TextLexer
|
r2781 | <h2><%= l(:label_statistics) %></h2> | ||
<p> | ||||
|
r8530 | <%= 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")) %> | ||
|
r2781 | </p> | ||
<p> | ||||
|
r8530 | <%= 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")) %> | ||
|
r2781 | </p> | ||
<p><%= link_to l(:button_back), :action => 'show', :id => @project %></p> | ||||
<% html_title(l(:label_repository), l(:label_statistics)) -%> | ||||