<table class="spaced">
<tr>
<td align="center">
-
<div id="login_form">
<p id="unauthorized">Email <%= h params[:email] %> is already used by an existing user</p>
</div>
+ <br/>
+ <a class="spacer-left" href="<%= home_path -%>"><%= message('layout.home') -%></a>
</td>
</tr>
</table>
<table class="spaced">
<tr>
<td align="center">
-
<div id="login_form">
<p id="unauthorized"><%= h params[:providerName] %> users are not allowed to signup</p>
</div>
+ <br/>
+ <a class="spacer-left" href="<%= home_path -%>"><%= message('layout.home') -%></a>
</td>
</tr>
</table>
<div id="login_form">
<p id="unauthorized">You're not authorized to access this page. Please contact the administrator.</p>
</div>
+ <br/>
+ <a class="spacer-left" href="<%= home_path -%>"><%= message('layout.home') -%></a>
</td>
</tr>
</table>