Skip to content
Snippets Groups Projects
Commit 6187f080 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Making the "use another email address" link more discoverable.

* Change the text from "use another" to "use another email address"
* Make the link bold so that it stands out.

issue #623
parent 8ef8a2a8
No related branches found
No related tags found
No related merge requests found
......@@ -249,4 +249,6 @@ footer .help {
cursor: help;
}
.cancelVerify {
font-weight: bold;
}
......@@ -65,7 +65,6 @@ noscript {
#content {
padding: 84px 0;
/* display: none;*/
}
#about {
......
<h2>Check your email!</h2>
<p>We sent a confirmation email to <strong><%= email %></strong></p>
<p>To finish signing in just click the verify link we sent to your email address.</p><br />
<p>If this is a mistake, just ignore the sent email and <a href="#" id="back">use another</a>.</p>
<p>If this is a mistake, just ignore the sent email and <a href="#" class="cancelVerify" id="back">use another email address</a>.</p>
......@@ -15,7 +15,7 @@
<br />
<p>
If this is a mistake, just ignore the sent email and <a href="/signup" id="back">use another</a>.
If this is a mistake, just ignore the sent email and <a href="/signup" class="cancelVerify" id="back">use another email address</a>.
</p>
</div>
</div>
......
......@@ -23,7 +23,7 @@
<br />
<p>
If this is a mistake, just ignore the sent email and <a href="/signup" id="back">use another</a>.
If this is a mistake, just ignore the sent email and <a href="/signup" class="cancelVerify" id="back">use another email address</a>.
</p>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment