Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Remove the scroll bar showing in required email flow with primary email.
Browse files Browse the repository at this point in the history
close #947
  • Loading branch information
Shane Tomlinson authored and ozten committed Feb 1, 2012
1 parent cc98cf2 commit c896354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions resources/static/dialog/views/required_email.ejs
Expand Up @@ -22,8 +22,7 @@

<% if (verify && primary) { %>
<li>
<%= gettext("To verify that you own this address, you must sign in with your provider. This window will be redirected to") %>
<%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
<p>
<strong></strong>.
</p>
Expand Down
4 changes: 2 additions & 2 deletions resources/static/dialog/views/verify_primary_user.ejs
Expand Up @@ -16,7 +16,7 @@
</li>
<li>
<%= format(gettext("To verify that you own <strong id='primary_email'>%s</strong>, you must sign in with your provider. This window will be redirected to"), [email]) %>
<%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
<p>
<strong><%= auth_url %></strong>.
Expand All @@ -33,7 +33,7 @@
<strong><%= gettext("Verify With Email Provider") %></strong>
<div class="cf form_section">
<%= format(gettext("To verify that you own <strong id='primary_email'>%s</strong>, you must sign in with your provider. This window will be redirected to"), [email]) %>
<%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
<p>
<strong><%= auth_url %></strong>.
Expand Down

0 comments on commit c896354

Please sign in to comment.