X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d8c56aa6534d87105201372cd5f9f965a8246ea4..4e3dca8c84d77baaa1a58c195204f91da5f4176d:/apps/workbench/app/views/users/_home.html.erb diff --git a/apps/workbench/app/views/users/_home.html.erb b/apps/workbench/app/views/users/_home.html.erb index 16e84492a4..5e8b3f8a94 100644 --- a/apps/workbench/app/views/users/_home.html.erb +++ b/apps/workbench/app/views/users/_home.html.erb @@ -27,37 +27,8 @@ } <% end %> -
+
-
-
- -
-<% if current_user.andand.is_active %> -

Your account status:
- Active

-<% elsif current_user %> -

Your account status:
- New / inactive

-

- 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. -

-

- <%= link_to raw('Contact us ✉'), - Rails.configuration.activation_contact_link, class: "btn btn-primary" %>

-<% end %> -
- - <%= render :partial => 'notifications' %> -
- -
<%= render :partial => 'tables' %> -