Merge branch '2872-folder-nav' into 2872-folder-nav-tests
[arvados.git] / apps / workbench / app / views / users / inactive.html.erb
1 <% content_for :breadcrumbs do raw '<!-- -->' end %>
2
3 <div class="row">
4   <div class="col-sm-8 col-sm-push-4" style="margin-top: 1em">
5     <div class="well clearfix">
6       <%= image_tag "dax.png", style: "width: 147px; height: 197px; max-width: 25%; margin-right: 2em", class: 'pull-left' %>
7
8       <h3>Hi! You're logged in, but...</h3>
9
10       <p>
11
12         Your account is inactive.
13
14       </p><p>
15
16         An administrator must activate your account before you can get
17         any further.
18
19       </p>
20     </div>
21   </div>
22 </div>