@@ -1,14 +1,14 | |||
|
1 | 1 | <h2><%= l(:label_statistics) %></h2> |
|
2 | 2 | |
|
3 | 3 | <p> |
|
4 | <%= tag("embed", :width => 800, :height => params[:height_commits_per_month], | |
|
4 | <%= tag("embed", | |
|
5 | 5 | :type => "image/svg+xml", :src => url_for(:controller => 'repositories', |
|
6 | 6 | :action => 'graph', :id => @project, |
|
7 | 7 | :repository_id => @repository.identifier_param, |
|
8 | 8 | :graph => "commits_per_month")) %> |
|
9 | 9 | </p> |
|
10 | 10 | <p> |
|
11 | <%= tag("embed", :width => 800, :height => params[:height_commits_per_author], | |
|
11 | <%= tag("embed", | |
|
12 | 12 | :type => "image/svg+xml", :src => url_for(:controller => 'repositories', |
|
13 | 13 | :action => 'graph', :id => @project, |
|
14 | 14 | :repository_id => @repository.identifier_param, |
General Comments 0
You need to be logged in to leave comments.
Login now