|
|
|
@ -302,7 +302,7 @@
|
|
|
|
|
:action => 'revision',
|
|
|
|
|
:id => act.repository.project,
|
|
|
|
|
:repository_id => act.repository.identifier_param,
|
|
|
|
|
:rev => act.identifier} %>
|
|
|
|
|
:rev => act.identifier} if e.act.count!= 0%>
|
|
|
|
|
</span>
|
|
|
|
|
<a class="font_lighter">
|
|
|
|
|
<%= l(:label_comments_count, :count => e.act.count) %>
|
|
|
|
@ -444,7 +444,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block; float: right; margin-top: 0px">
|
|
|
|
|
<span>
|
|
|
|
|
<%= link_to l(:label_find_all_comments), {:controller => 'news', :action => 'show', :id => act.id} %>
|
|
|
|
|
<%= link_to l(:label_find_all_comments), {:controller => 'news', :action => 'show', :id => act.id} if e.act.comments_count!= 0%>
|
|
|
|
|
</span>
|
|
|
|
|
<a class="font_lighter">
|
|
|
|
|
<%= l(:label_comments_count, :count => e.act.comments_count) %>
|
|
|
|
@ -484,7 +484,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block; float: right; margin-top: 0px">
|
|
|
|
|
<span>
|
|
|
|
|
<%= link_to l(:label_find_all_comments), {:controller => 'issues', :action => 'show', :id => act.id} %>
|
|
|
|
|
<%= link_to l(:label_find_all_comments), {:controller => 'issues', :action => 'show', :id => act.id} if e.act.journals.count!= 0 %>
|
|
|
|
|
</span>
|
|
|
|
|
<a class="font_lighter">
|
|
|
|
|
<%= l(:label_comments_count, :count => e.act.journals.count) %>
|
|
|
|
@ -520,7 +520,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block; float: right; margin-top: 0px">
|
|
|
|
|
<span>
|
|
|
|
|
<%= link_to l(:label_find_all_comments), {:controller => 'issues', :action => 'show', :id => act.id} %>
|
|
|
|
|
<%= link_to l(:label_find_all_comments), {:controller => 'issues', :action => 'show', :id => act.id} if e.act.journals.count!= 0 %>
|
|
|
|
|
</span>
|
|
|
|
|
<a class="font_lighter">
|
|
|
|
|
<%= l(:label_comments_count, :count => e.act.journals.count) %>
|
|
|
|
|