##// END OF EJS Templates
Handle the case of none existing enumerations using no-data blocks (#24776)....
Jean-Philippe Lang -
r15806:bbede05f2e50
parent child
Show More
@@ -28,6 +28,8
28 <% end %>
28 <% end %>
29 </table>
29 </table>
30 <% reset_cycle %>
30 <% reset_cycle %>
31 <% else %>
32 <p class="nodata"><%= l(:label_no_data) %></p>
31 <% end %>
33 <% end %>
32 <% end %>
34 <% end %>
33
35
General Comments 0
You need to be logged in to leave comments. Login now