Add a href Login link on the intial page to aid elinks
This commit is contained in:
@@ -20,9 +20,17 @@
|
||||
<h3><%= $title %> </h3>
|
||||
<!-- <h3>template: initial.html.ep</h3> -->
|
||||
<!-- <H1>Initial AdminLTE</H1> -->
|
||||
<br>
|
||||
|
||||
%= $modul
|
||||
% if ( ! $c->is_logged_in ) {
|
||||
<div>
|
||||
<a href="login" ><i class="nav-icon bi bi-key"></i> Login</a>
|
||||
</div>
|
||||
<br>
|
||||
% }
|
||||
|
||||
</div>
|
||||
<div>
|
||||
%= $modul
|
||||
</div>
|
||||
|
||||
% end
|
Reference in New Issue
Block a user