##// END OF EJS Templates
show "no data" label when there's nothing to display on changelog and roadmap...
Jean-Philippe Lang -
r252:ddd0796e403d
parent child
Show More
@@ -13,6 +13,8
13 13 <% end %>
14 14 </div>
15 15
16 <% if @fixed_issues.empty? %><p><i><%= l(:label_no_data) %></i></p><% end %>
17
16 18 <% ver_id = nil
17 19 @fixed_issues.each do |issue| %>
18 20 <% unless ver_id == issue.fixed_version_id %>
@@ -13,6 +13,8
13 13 <% end %>
14 14 </div>
15 15
16 <% if @versions.empty? %><p><i><%= l(:label_no_data) %></i></p><% end %>
17
16 18 <% @versions.each do |version| %>
17 19 <h3 class="icon22 icon22-package"><%= version.name %></h3>
18 20 <p><%= format_date(version.effective_date) %><br />
General Comments 0
You need to be logged in to leave comments. Login now