X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2face69c76f5aa42b2204bf89d5194e83fca23c8..9ab5271a6bdd7a2b24f238e6348580bde850f2e4:/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 883b6a0389..9fb2c276a7 100644 --- a/apps/workbench/app/views/users/home.html.erb +++ b/apps/workbench/app/views/users/home.html.erb @@ -1,71 +1 @@ -<% content_for :css do %> - .dash-list { - padding: 9px 0; - } - .dash-list>ul>li>a>span { - min-width: 1.5em; - margin-left: auto; - margin-right: auto; - } - .job-table { - white-space: nowrap; - table-layout: fixed; - } - .job-table td { - overflow: hidden; - overflow-x: hidden; - text-overflow: ellipsis; - } - .centerme { - margin-left: auto; - margin-right: auto; - text-align: center; - } - .bigfatnumber { - font-size: 4em; - font-weight: bold; - } - .dax { - max-width: 10%; - margin-right: 1em; - float: left - } - .daxalert { - overflow: hidden; - } -<% 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' %> -
- -
+<%= render :partial => 'home' %>