8784: Fix test for latest firefox.
[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><p>
20
21         <%= link_to 'Retry', (params[:return_to] || '/'), class: 'btn btn-primary' %>
22
23       </p>
24     </div>
25   </div>
26 </div>