1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <% content_for :breadcrumbs do raw '<!-- -->' end %>
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' %>
12 <h3>Hi! You're logged in, but...</h3>
16 Your account is inactive.
20 An administrator must activate your account before you can get
25 <%= link_to 'Retry', (params[:return_to] || '/'), class: 'btn btn-primary' %>
30 Already have an account with a different login? <a href="/users/link_account">Link this login to your existing account.</a>