mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
#18: Experimentally added Bootstrap
It's what all the cool kids are using.
This commit is contained in:
parent
136057a09e
commit
506898e761
3 changed files with 4 additions and 3 deletions
|
|
@ -19,10 +19,10 @@
|
|||
<li class="{{edit-users-selected}}"><a href="{{servlet-context}}/edit-users">{{config.edit-users-link}}</a></li>
|
||||
{% endif %}
|
||||
{% if user %}
|
||||
<li class="{{auth-selected}}"><a href="{{servlet-context}}/auth">
|
||||
{{config.logout-link}}</a></li>
|
||||
<li class="{{passwd-selected}}"><a href="passwd">{{config.change-pass-link}}</a></li>
|
||||
<li class="user" id="user">{{config.logged-in-as}} {{user}}</li>
|
||||
<li class="{{auth-selected}}"><a href="{{servlet-context}}/auth">
|
||||
{{config.logout-link}}</a></li>
|
||||
{% else %}
|
||||
<li class="{{auth-selected}}"><a href="{{servlet-context}}/auth">
|
||||
{{config.login-link}}</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue