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

Version Path
redmine_extensions-0.0.39 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.0.38 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.0.37 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.11 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.10 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.0.36 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.0.34 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.09 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.07 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.06 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.05 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.04 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.03 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.0.33 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.02 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.1.01 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.0.29 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.0.28 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.0.27 spec/redmine/app/views/repositories/stats.html.erb
redmine_extensions-0.0.24 spec/redmine/app/views/repositories/stats.html.erb