[PATCH conductor] BZ 787280 - Remove unused links from footer

Matt Wagner matt.wagner at redhat.com
Fri Feb 3 20:25:26 UTC 2012


The "Disclaimer", "Terms of Use", and "Support" links go nowhere,
and there are no obvious, immediate plans to remedy that, so they
should be removed.
---
 src/app/views/layouts/application.html.haml |    3 ---
 src/config/locales/en.yml                   |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/app/views/layouts/application.html.haml b/src/app/views/layouts/application.html.haml
index ae31ec1..f81093a 100644
--- a/src/app/views/layouts/application.html.haml
+++ b/src/app/views/layouts/application.html.haml
@@ -59,7 +59,4 @@
       .container
         #legal
           %nav.footer
-            %a{:href => '#'}= t('layout.disclaimer')
-            %a{:href => '#'}= t('layout.terms_of_use')
-            %a{:href => '#'}= t('layout.support')
             %span.copyright!= t('layout.copyright')
diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml
index b5dfc05..6987458 100644
--- a/src/config/locales/en.yml
+++ b/src/config/locales/en.yml
@@ -1,8 +1,5 @@
 en:
   layout:
-    disclaimer: Disclaimer
-    terms_of_use: Terms of Use
-    support: Support
     copyright: "Copyright © 2009-2012 Red Hat, Inc. All Rights Reserved."
     dashboard: Dashboard
   datetime:
-- 
1.7.6.5




More information about the aeolus-devel mailing list