##// 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 <% if @workflow_counts.empty? %>
5 <% if @workflow_counts.empty? %>
6 <p class="nodata"><%= l(:label_no_data) %></p>
6 <p class="nodata"><%= l(:label_no_data) %></p>
7 <% else %>
7 <% else %>
8 <div class="autoscroll">
8 <table class="list">
9 <table class="list">
9 <thead>
10 <thead>
10 <tr>
11 <tr>
@@ -30,4 +31,5
30 <% end -%>
31 <% end -%>
31 </tbody>
32 </tbody>
32 </table>
33 </table>
34 </div>
33 <% end %>
35 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now