This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
2013-10-10 13:56:13 +11:00

13 lines
560 B
PHP

<div class="account-container stacked">
<div class="content clearfix">
<h1>Nearly there!</h1>
<p>While we have successfully authenticated you with <?php echo $type; ?>, your account is not linked.</p>
<p>To complete the link, you need to login to OSB just once, then you wont need to do it anymore.</p>
<p>Please press the button below to login and complete the process.</p>
<?php echo HTML::anchor('oauth/link/'.$type,'Link',array('class'=>'button btn btn-warning btn-large')); ?>
</div> <!-- /content -->
</div> <!-- /account-container -->