Sha256: c3355e8370ecaa837aed9a803f3bd6d7e8b69291bb8168c6d9766e7eaafe01ec
Contents?: true
Size: 679 Bytes
Versions: 34
Compression:
Stored size: 679 Bytes
Contents
<h2><%= l(:label_statistics) %></h2> <p> <%= tag("embed", :type => "image/svg+xml", :src => url_for(:controller => 'repositories', :action => 'graph', :id => @project, :repository_id => @repository.identifier_param, :graph => "commits_per_month")) %> </p> <p> <%= tag("embed", :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> <% html_title(l(:label_repository), l(:label_statistics)) -%>
Version data entries
34 entries across 34 versions & 1 rubygems