2015-10-22 13:44:35 +08:00
|
|
|
<div class="overall-summary overall-summary-bottomless">
|
|
|
|
|
|
|
|
<div class="stats-switcher-viewport js-stats-switcher-viewport">
|
|
|
|
<div class="stats-switcher-wrapper">
|
|
|
|
<ul class="numbers-summary">
|
|
|
|
<li class="commits">
|
|
|
|
<a data-pjax="" href="/redmine/redmine/commits/0.6-stable">
|
|
|
|
<span class="octicon octicon-history"></span>
|
|
|
|
<span class="num text-emphasized">
|
2015-10-22 16:03:22 +08:00
|
|
|
<%=link_to @changesets.count, {:action => 'changes', :path => to_path_param(@path), :id => @project, :repository_id => @repository.identifier_param, :rev => @rev}, :class => "num text-emphasized c_blue" %>
|
2015-10-22 13:44:35 +08:00
|
|
|
</span>
|
|
|
|
commits
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<span class="octicon image-type"></span>
|
2015-10-22 16:03:22 +08:00
|
|
|
<span class="num text-emphasized" style="color: #269AC9">
|
2015-10-22 13:44:35 +08:00
|
|
|
<%= @repository.branches.count %>
|
|
|
|
</span>
|
|
|
|
branches
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<span class="octicon octicon-organization"></span>
|
|
|
|
<span class="num text-emphasized">
|
2015-10-22 16:03:22 +08:00
|
|
|
<%=link_to @repository.committers.count, committers_repository_path(@repository), :class => "c_blue" %>
|
2015-10-22 13:44:35 +08:00
|
|
|
</span>
|
|
|
|
contributors
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|