X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1944f82913c0a19254a136bf79bc353e762267e1..ce408713e3067fc278a5a8f9c2d534567f65c636:/apps/workbench/app/views/layouts/application.html.erb diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb index 921588a14b..9af00d5fd2 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -22,90 +22,107 @@ <%= yield :js %> <% end %>
- <%= yield %> + <%= content_for?(:breadcrumbs) ? yield(:breadcrumbs) : render(partial: 'breadcrumbs') %> + +
+ <%= yield %> +
<%= piwik_tracking_tag %> + <%= javascript_tag do %> + <%= yield :footer_js %> + <% end %>