Fix build.sh bugs.
[arvados.git] / apps / workbench / app / views / jobs / index.html.erb
index d03f557dcffa14abb5da4726c16b3b6c6b95c31c..99bb9dd2bbf357297f3de8977ef6184fd47b4302 100644 (file)
@@ -1,12 +1,10 @@
-<% content_for :head do %>
-<style>
+<% content_for :css do %>
   table.topalign>tbody>tr>td {
   vertical-align: top;
   }
   table.topalign>thead>tr>td {
   vertical-align: bottom;
   }
-</style>
 <% end %>
 
 <table class="topalign table">
         </table>
       </td><td>
         <table class="table table-condensed">
-        <% j.resource_limits.sort.each do |k,v| %>
+        <% j.runtime_constraints.sort.each do |k,v| %>
         <tr><td><%= v %></td><td><%= k %></td></tr>
         <% end %>
         </table>