Merge branch '18947-keep-balance'
[arvados.git] / services / api / app / views / static / login_failure.html.erb
index 35f4f100fb4021ff4c70f1e5c63427c606fb6ce8..d3f7111b5bfc52a76c4502fc1b11d603c09e54f8 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% content_for :js do %>
 $(function(){
   $('button.login').button().click(function(){window.location=$(this).attr('href')});
@@ -6,16 +10,16 @@ $(function(){
 
 
 <div id="intropage">
-  <img class="curoverse-logo" src="<%= asset_path('logo.png') rescue '/logo.png' %>" style="display:block; margin:2em auto"/>
+  <img class="arvados-logo" src="<%= asset_path('logo.png') rescue '/logo.png' %>" style="display:block; margin:2em auto" alt="arvados logo" />
   <div style="width:30em; margin:2em auto 0 auto">
 
     <h1>Error</h1>
 
     <p>Sorry, something went wrong logging you in. Please try again.</p>
 
-    <p style="float:right;margin-top:1em">
-      <a href="/auth/joshid">Log in here.</a>
-    </p>
+    <!--<p style="float:right;margin-top:1em">
+      <a href="/login">Log in here.</a>
+    </p>-->
 
     <div style="clear:both;height:8em"></div>
   </div>