X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/34173202861e94dee58ccd5b189983918813d870..5536864737f7729775f9b2ee95516d6df5053451:/apps/workbench/app/views/application/404.html.erb diff --git a/apps/workbench/app/views/application/404.html.erb b/apps/workbench/app/views/application/404.html.erb index 8a0482274a..ea6e7033cb 100644 --- a/apps/workbench/app/views/application/404.html.erb +++ b/apps/workbench/app/views/application/404.html.erb @@ -13,14 +13,27 @@

Not Found

-

The <%= req_item %> was not found. +

The <%= req_item %> was not found.

-<% if class_name %> -Perhaps you'd like to -<%= link_to("browse all #{class_name_h.pluralize}", action: :index, controller: class_name.tableize) %>? -<% end %> +<% if !current_user %> + +

+ <%= link_to(arvados_api_client.arvados_login_url(return_to: strip_token_from_path(request.url)), + {class: "btn btn-primary report-issue-modal-window"}) do %> + Log in + <% end %> + to view private data. +

+ +<% elsif class_name %> -

+

+ Perhaps you'd like to <%= link_to("browse all + #{class_name_h.pluralize}", action: :index, controller: + class_name.tableize) %>? +

+ +<% end %> <% error_message = "The #{req_item_plain_text} was not found." %> <%= render :partial => "report_error", :locals => {error_message: error_message, error_type: '404'} %>