Merge branch '19954-permission-dedup-doc'
[arvados.git] / apps / workbench / app / views / users / _home.html.erb
index 9ec9d80912228fd758ba136129436416ce5b8822..96ba627418e7714386bcad941f4cbe71cdfa242d 100644 (file)
@@ -1,3 +1,8 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
+<% content_for :breadcrumbs do raw '<!-- -->' end %>
 <% content_for :css do %>
       .dash-list {
         padding: 9px 0;
       }
 <% end %>
 
-<div class="container-fluid">
-
-  <div class="span3 pull-right">
-    <br/>
-
-    <div class="well">
-<% if current_user.andand.is_active %>
-  <p>Your account status:<br/>
-    <strong>Active</strong></p>
-<% elsif current_user %>
-      <p>Your account status:<br/>
-       <strong>New / inactive</strong></p>
-      <p>
-       Your account must be activated by an Arvados administrator.  If this
-       is your first time accessing Arvados and would like to request
-       access, or you believe you are seeing the page in error, please 
-       <%= link_to "contact us", Rails.configuration.activation_contact_link %>.  
-       You should receive an email at the address you used to log in when
-       your account is activated.
-      </p>
-      <p>
-       <%= link_to raw('Contact us &#x2709;'),
-           Rails.configuration.activation_contact_link, class: "btn btn-primary" %></p>
-<% end %>
-    </div>
+<div id="home-tables">
 
-    <%= render :partial => 'notifications' %>
-  </div>
-  
-  <div class="span8">
     <%= render :partial => 'tables' %>
-  </div>
 
 </div>