A bit more header html fixing

This commit is contained in:
Brian Read 2024-12-13 17:52:32 +00:00
parent 2424684d35
commit 8e70adc797

View File

@ -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">