- <h1><%= t ".title" %></h1>
- <div class='header-illustration new-user-main'></div>
- <div class='header-illustration new-user-arm'></div>
+ <% if @client_app_name %>
+ <p class="text-center text-body-secondary fs-6 py-2 mb-0 bg-body"><%= t(".signup_to_authorize_html", :client_app_name => @client_app_name) %></p>
+ <% end %>
+
+ <div class="header-illustration new-user-main">
+ <ul class="nav nav-tabs position-absolute bottom-0 fs-6 w-100">
+ <li class="nav-item">
+ <%= link_to t("sessions.new.tab_title"), url_for(:action => :new, :controller => :sessions, :referer => @referer), :class => "nav-link" %>
+ </li>
+ <li class="nav-item">
+ <%= link_to t("users.new.tab_title"), "#", :class => "nav-link active" %>
+ </li>
+ </ul>
+ </div>
+<% end %>
+
+<% if current_user.auth_uid.nil? %>
+ <div class="text-body-secondary fs-6">
+ <p><strong><%= t ".about.header" %></strong> <%= t ".about.paragraph_1" %></p>
+ <p><%= t ".about.paragraph_2" %></p>
+ </div>
+
+ <% unless @preferred_auth_provider.nil? %>
+ <%= render :partial => "auth_providers" %>
+ <%= render :partial => "shared/section_divider", :locals => { :text => t(".or") } %>
+ <% end %>
+<% else %>
+ <h4><%= t ".about.welcome" %></h4>