Merge branch 'master' into 3296-user-profile
[arvados.git] / apps / workbench / app / views / application / _content.html.erb
index 776787b416e97e4490dcc7171f135ba3cd9b6acd..f7ae90912f51f9facc73b8566d75063eaf3814ee 100644 (file)
@@ -21,8 +21,7 @@
     <div id="<%= pane %>-scroll" style="margin-top:0.5em;">
       <div class="pane-content">
         <% if i == 0 %>
-          <%= render(partial: 'show_' + pane.downcase,
-                     locals: { comparable: comparable, objects: @objects }) %>
+          <%= render_pane pane, to_string: true %>
         <% else %>
           <div class="spinner spinner-32px spinner-h-center"></div>
         <% end %>