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">
|
||||
<strong>Logout</strong>
|
||||
<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">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>
|
||||
<a href="/">NodeBB Home</a>
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue