##// END OF EJS Templates
Fixed: Layout problem in workflow overview (#6990)....
Jean-Philippe Lang -
r4314:d180c833b90f
parent child
Show More
@@ -5,6 +5,7
5 5 <% if @workflow_counts.empty? %>
6 6 <p class="nodata"><%= l(:label_no_data) %></p>
7 7 <% else %>
8 <div class="autoscroll">
8 9 <table class="list">
9 10 <thead>
10 11 <tr>
@@ -30,4 +31,5
30 31 <% end -%>
31 32 </tbody>
32 33 </table>
34 </div>
33 35 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now