socialforge/app/views/repositories/stats.html.erb

12 lines
732 B
Plaintext
Raw Normal View History

2015-07-14 09:54:14 +08:00
<div class="project_r_h">
<h2 class="project_h2"><%= l(:label_statistics) %></h2>
</div>
<p>
2015-07-14 09:54:14 +08:00
<%= tag("embed", :width => 670, :height => 300, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :repository_id => @repository.identifier_param, :graph => "commits_per_month")) %>
</p>
<p>
2015-07-14 09:54:14 +08:00
<%= tag("embed", :width => 670, :height => 400, :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :repository_id => @repository.identifier_param, :graph => "commits_per_author")) %>
</p>
<p><%= link_to l(:button_back), :action => 'show', :id => @project %></p>
2013-08-01 10:33:49 +08:00
<% html_title(l(:label_repository), l(:label_statistics)) -%>