Merge branch 'master' into 10293-cwl-cr-output
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components_editable.html.erb
index 11142a33310a5af2ce4acf6617c407314b2abab9..f6c9e85883487c611de38276ca8ee5dd579ca1d9 100644 (file)
@@ -1,9 +1,9 @@
 <table class="table pipeline-components-table" style="margin-top: -.1em">
   <colgroup>
-    <col style="width: 15%" />
     <col style="width: 20%" />
     <col style="width: 20%" />
-    <col style="width: 45%" />
+    <col style="width: 20%" />
+    <col style="width: 40%" />
   </colgroup>
 
   <thead>
@@ -25,7 +25,7 @@
       <tr>
         <td><%= k %></td>
 
-        <td><%= render_pipeline_component_attribute (editable && @object), :components, [k, :script], component[:script] %></td>
+        <td><%= component[:script] %></td>
 
         <td>script version</td>