|
|
|
@ -45,8 +45,8 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="width: 40%;text-align: right;font-size: 17px;color: rgb(17, 102, 153)">
|
|
|
|
|
<% #find_project_repository @project %>
|
|
|
|
|
<strong><%= content_tag('span', "#{@project.repository.nil? || @project.project_status.nil? ? '0' : @project.project_status.changesets_count }", :class => "info") %></strong>
|
|
|
|
|
<!-- @project.repository.nil? || @project.project_status.nil? ? '0' : @project.project_status.changesets_count -->
|
|
|
|
|
<strong><%= content_tag('span', "#{changesets_num(@project)}", :class => "info") %></strong>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width: 60%;text-align: left">
|
|
|
|
|
<%= content_tag('span', l(:label_commit_on)) %>
|
|
|
|
|