Revision 596
Added by Jean-Philippe Lang almost 18 years ago
trunk/app/views/issues/show.rhtml | ||
---|---|---|
81 | 81 |
</div> |
82 | 82 |
<% end %> |
83 | 83 |
|
84 |
<% if @journals_count > 0 %> |
|
84 | 85 |
<div id="history" class="box"> |
85 | 86 |
<h3><%=l(:label_history)%> |
86 | 87 |
<% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3> |
... | ... | |
89 | 90 |
<p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p> |
90 | 91 |
<% end %> |
91 | 92 |
</div> |
93 |
<% end %> |
|
92 | 94 |
|
93 | 95 |
<div class="box"> |
94 | 96 |
<h3><%=l(:label_attachment_plural)%></h3> |
Also available in: Unified diff
History box on issues/show is now hidden if there's no history