A bit more header html fixing
This commit is contained in:
parent
2424684d35
commit
8e70adc797
@ -110,7 +110,7 @@
|
|||||||
% if ( not defined $c->session->{username} ) {
|
% if ( not defined $c->session->{username} ) {
|
||||||
<button type='button' class="login-button"><a target="_parent" href="login">Login</a></button>
|
<button type='button' class="login-button"><a target="_parent" href="login">Login</a></button>
|
||||||
% } else {
|
% } else {
|
||||||
<button type='button' class="login-button"><a target="_parent" href="logout"><%= $c->session->{username} %> Logout</button>
|
<button type='button' class="login-button"><a target="_parent" href="logout"><%= $c->session->{username} %> Logout</a></button>
|
||||||
% }
|
% }
|
||||||
</div>
|
</div>
|
||||||
<div id="flag-container">
|
<div id="flag-container">
|
||||||
|
Loading…
Reference in New Issue
Block a user