8784: Fix test for latest firefox.
[arvados.git] / services / api / app / views / static / login_failure.html.erb
1 <% content_for :js do %>
2 $(function(){
3   $('button.login').button().click(function(){window.location=$(this).attr('href')});
4 });
5 <% end %>
6
7
8 <div id="intropage">
9   <img class="curoverse-logo" src="<%= asset_path('logo.png') rescue '/logo.png' %>" style="display:block; margin:2em auto"/>
10   <div style="width:30em; margin:2em auto 0 auto">
11
12     <h1>Error</h1>
13
14     <p>Sorry, something went wrong logging you in. Please try again.</p>
15
16     <p style="float:right;margin-top:1em">
17       <a href="/auth/joshid">Log in here.</a>
18     </p>
19
20     <div style="clear:both;height:8em"></div>
21   </div>
22 </div>