##// END OF EJS Templates
History box on issues/show is now hidden if there's no history...
Jean-Philippe Lang -
r593:188077d6345e
parent child
Show More
@@ -81,6 +81,7 end %>
81 </div>
81 </div>
82 <% end %>
82 <% end %>
83
83
84 <% if @journals_count > 0 %>
84 <div id="history" class="box">
85 <div id="history" class="box">
85 <h3><%=l(:label_history)%>
86 <h3><%=l(:label_history)%>
86 <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3>
87 <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3>
@@ -89,6 +90,7 end %>
89 <p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p>
90 <p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p>
90 <% end %>
91 <% end %>
91 </div>
92 </div>
93 <% end %>
92
94
93 <div class="box">
95 <div class="box">
94 <h3><%=l(:label_attachment_plural)%></h3>
96 <h3><%=l(:label_attachment_plural)%></h3>
General Comments 0
You need to be logged in to leave comments. Login now