X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4bc389289188870b866130402008a02e55e9a5d..86f994bb5d039e62bfc4383ed9f510b77b71ecad:/apps/workbench/app/views/application/_content.html.erb diff --git a/apps/workbench/app/views/application/_content.html.erb b/apps/workbench/app/views/application/_content.html.erb index 01da449fbc..782a6af079 100644 --- a/apps/workbench/app/views/application/_content.html.erb +++ b/apps/workbench/app/views/application/_content.html.erb @@ -7,12 +7,11 @@ <% pane_name = (pane.is_a?(Hash) ? pane[:name] : pane) %>
  • + > <%= pane_name.gsub('_', ' ') %>
  • @@ -23,21 +22,22 @@ <% pane_list.each_with_index do |pane, i| %> <% pane_name = (pane.is_a?(Hash) ? pane[:name] : pane) %>
    data-object-kind="arvados#<%= ArvadosApiClient.class_kind controller.model_class %>" <% else %> data-object-uuid="<%= @object.uuid %>" <% end %> + data-pane-content-url="<%= url_for(params.merge(tab_pane: pane_name)) %>" style="margin-top:0.5em;" - > -
    - <% if i == 0 %> - <%= render_pane pane_name, to_string: true %> - <% else %> -
    - <% end %> -
    + > +
    + <% if i == 0 %> + <%= render_pane pane_name, to_string: true %> + <% else %> +
    + <% end %> +
    <% end %>