summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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