navbar changes + logout screen + replaced hardcoded sitename on logout screen with breadcrumbs
note: perhaps breadcrumbs should be dynamically created in future instead of copypasted everywhere.v1.18.x
parent
9b35d8f8e1
commit
2427724868
@ -1,7 +1,13 @@
|
|||||||
<div class="alert" id="message">
|
<ol class="breadcrumb">
|
||||||
<strong>Logout</strong>
|
<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">Logout</span>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<div class="alert alert-success" id="message">
|
||||||
|
<h4>You are now logged out.</h4>
|
||||||
<p>You have successfully logged out of NodeBB</p>
|
<p>You have successfully logged out of NodeBB</p>
|
||||||
<p>
|
|
||||||
<a href="/">NodeBB Home</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue