fixed welcome menu, thanks Villas

This commit is contained in:
mdipierro
2012-08-05 19:46:46 -05:00
parent 57447cb0cf
commit cccd7c2d33
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-03 09:02:35) dev
Version 2.00.0 (2012-08-05 19:46:42) dev
+6
View File
@@ -70,6 +70,12 @@
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- the next tag is necessary for bootstrap menus, do not remove -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">web2py&trade;&nbsp;</a>
<div id="navbar">{{='auth' in globals() and auth.navbar(separators=(' ',' | ','')) or ''}}</div>
<div class="nav-collapse">