based on feedback from Ben.
---
 src/app/views/layouts/_header.haml |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/app/views/layouts/_header.haml 
b/src/app/views/layouts/_header.haml
index bbd0f2a..e6cb874 100644
--- a/src/app/views/layouts/_header.haml
+++ b/src/app/views/layouts/_header.haml
@@ -3,12 +3,14 @@
   Cloud Aggregator
 - unless @current_user.nil?
   %ul
-    %li.about
-      %a{:href => ""}
-        = t(:about)
-    %li.configure
-      %a{:href => ""}
-        = t(:configure)
+    /
+      %li.about
+        %a{:href => ""}
+          = t(:about)
+      %li.configure
+        %a{:href => ""}
+          = t(:configure)
+
     %li.hello
       - link_to account_path do
         = t(:hello) + " "
-- 
1.7.2.3

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to