History box on issues/show is now hidden if there's no history
git-svn-id: http://redmine.rubyforge.org/svn/trunk@596 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f8da6fb679
commit
188077d634
@ -81,6 +81,7 @@ end %>
|
|||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
<% if @journals_count > 0 %>
|
||||||
<div id="history" class="box">
|
<div id="history" class="box">
|
||||||
<h3><%=l(:label_history)%>
|
<h3><%=l(:label_history)%>
|
||||||
<% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3>
|
<% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3>
|
||||||
@ -89,6 +90,7 @@ end %>
|
|||||||
<p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p>
|
<p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h3><%=l(:label_attachment_plural)%></h3>
|
<h3><%=l(:label_attachment_plural)%></h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user