1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <% content_for :js do %>
7 $('button.login').button().click(function(){window.location=$(this).attr('href')});
13 <img class="arvados-logo" src="<%= asset_path('logo.png') rescue '/logo.png' %>" style="display:block; margin:2em auto" alt="arvados logo" />
14 <div style="width:30em; margin:2em auto 0 auto">
18 <p>Sorry, something went wrong logging you in. Please try again.</p>
20 <!--<p style="float:right;margin-top:1em">
21 <a href="/login">Log in here.</a>
24 <div style="clear:both;height:8em"></div>