* Remove obsolete SiteConfig values * Remove DUS * fixup! Remove obsolete SiteConfig values * fixup! Remove obsolete SiteConfig values * Add DUS for removing SiteConfig values * Fix specs * Fix specs * Clean up more DUS * Update DUS * Fix remaining spec * Remove leftover spec * Fix more specs * Fix spec * Remove deprecated spec * Rearrange specs * Temporarily disable specs
16 lines
643 B
Text
16 lines
643 B
Text
<div class="crayons-card crayons-card--secondary p-4">
|
|
<h2 class="fs-l fw-bold mb-2">
|
|
<%= render "shared/authentication_title" %>
|
|
</h2>
|
|
<p class="color-base-70 mb-4">
|
|
<% if Settings::Community.tagline.present? %>
|
|
<%= Settings::Community.tagline %>
|
|
<% else %>
|
|
Log in to customize your experience and get involved.
|
|
<% end %>
|
|
</p>
|
|
<div>
|
|
<a href="<%= sign_up_path(state: "new-user") %>" class="crayons-btn w-100 mb-2" aria-label="Create new account">Create new account</a>
|
|
<a href="<%= sign_up_path %>" class="crayons-btn crayons-btn--ghost-brand w-100" aria-label="Log in">Log in</a>
|
|
</div>
|
|
</div>
|