X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5512f001241c17152087ed5b5a28f94a9c629541..c7cf228372bee18d84b14fc4089a758bc157fe76:/apps/workbench/app/views/layouts/body.html.erb diff --git a/apps/workbench/app/views/layouts/body.html.erb b/apps/workbench/app/views/layouts/body.html.erb deleted file mode 100644 index 174e35fbb6..0000000000 --- a/apps/workbench/app/views/layouts/body.html.erb +++ /dev/null @@ -1,256 +0,0 @@ -<%# Copyright (C) The Arvados Authors. All rights reserved. - -SPDX-License-Identifier: AGPL-3.0 %> - -
- - - <% if current_user.andand.is_active %> - <%= render partial: 'breadcrumbs' %> - <% elsif !current_user %> <%# anonymous %> - <% if (@name_link or @object) and (project_breadcrumbs.any?) %> - - <% end %> - <% end %> - - <%= render partial: 'browser_unsupported' %><%# requires JS support below %> - <%= render partial: 'getting_started/getting_started_popup' %> - -
- <%= yield %> -
-
- - <%= yield :footer_html %> - - -
- - -<% if Rails.configuration.enable_getting_started_popup and current_user and !current_user.prefs[:getting_started_shown] and - !request.url.include?("/profile") and - !request.url.include?("/user_agreements") and - !request.url.include?("/inactive")%> - - <% - prefs = current_user.prefs - prefs[:getting_started_shown] = Time.now - current_user.update_attributes prefs: prefs.to_json - %> -<% end %>