fixed welcome layout on lack of auth

This commit is contained in:
Massimo DiPierro
2012-06-06 11:37:28 -05:00
parent 9b9c046e6d
commit 3f58332dc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-06-06 11:19:38) dev
Version 2.00.0 (2012-06-06 11:37:26) dev
+1 -1
View File
@@ -93,7 +93,7 @@
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">web2py&trade;&nbsp;</a>
<div id="navbar">{{='auth' in globals() and auth.navbar(separators=(' ',' ',''))}}</div>
<div id="navbar">{{='auth' in globals() and auth.navbar(separators=(' ',' ','')) or ''}}</div>
<div class="nav-collapse">
{{is_mobile=request.user_agent().is_mobile}}
{{if response.menu:}}