Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / users / inactive.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% content_for :breadcrumbs do raw '<!-- -->' end %>
6
7 <div class="row">
8   <div class="col-sm-8 col-sm-push-4" style="margin-top: 1em">
9     <div class="well clearfix">
10       <%= image_tag "dax.png", style: "width: 147px; height: 197px; max-width: 25%; margin-right: 2em", class: 'pull-left' %>
11
12       <h3>Hi! You're logged in, but...</h3>
13
14       <p>
15
16         Your account is inactive.
17
18       </p><p>
19
20         An administrator must activate your account before you can get
21         any further.
22
23       </p><p>
24
25         <%= link_to 'Retry', (params[:return_to] || '/'), class: 'btn btn-primary' %>
26
27       </p>
28
29       <p>
30         Already have an account with a different login?  <a href="/users/link_account">Link this login to your existing account.</a>
31       </p>
32
33     </div>
34   </div>
35 </div>