outgoing links still BS2, fixed.

v1.18.x
psychobunny 12 years ago
parent 3b75734672
commit 2f70489e22

@ -1,11 +1,18 @@
<div class="hero-unit">
<h2 class="form-signin-heading">Now Leaving NodeBB</h2>
<p>
<ol class="breadcrumb">
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="/" itemprop="url"><span itemprop="title">Home</span></a>
</li>
<li class="active" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<span itemprop="title">Outgoing Link</span>
</li>
</ol>
<div class="well">
<h3>
You are now leaving NodeBB.
</p>
<br />
</h3>
<p>
<a href="{url}" rel="nofollow" class="btn btn-default btn-lg">Continue to {url}</a>
<a href="{home}" class="btn btn-lg btn-inverse">Return to NodeBB</a>
<a href="{url}" rel="nofollow" class="btn btn-primary btn-lg">Continue to {url}</a>
<a href="{home}" class="btn btn-lg btn-warning">Return to NodeBB</a>
</p>
</div>
Loading…
Cancel
Save