summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@alfadeo.de>2011-08-16 17:11:52 +0200
committergebele <gebele@alfadeo.de>2011-08-16 17:11:52 +0200
commitec3a6d67ea9733ccd84cceb958ddb5e460f25088 (patch)
tree2275009c605c9afefa6656508d634f63dab1211e
parent4533a511619c2fbe68958e2b4900960256bab11c (diff)
no login
-rw-r--r--views/layout.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/layout.haml b/views/layout.haml
index ed54229..1a9a049 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -23,8 +23,8 @@
%li{:class => ("selected" if /models/ =~ request.path )}
= link_to "Validation", "/models"
- if AA_SERVER
- %li{:class => ("selected" if /login/ =~ request.path )}
- = link_to "Login", "/login"
+ -#%li{:class => ("selected" if /login/ =~ request.path )}
+ -#= link_to "Login", "/login"
-#%li{:class => ("selected" if /help/ =~ request.path )}
-#= link_to "Documentation", "/help"
%hr