changeset 4105:99b98a08f722

Added info about depraction of RhodeCode 1.7.X
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 02 Sep 2013 16:44:49 +0200
parents 360f31856657
children 4e429252f3ee
files rhodecode/templates/base/base.html
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Sun Sep 01 20:34:57 2013 +0200
+++ b/rhodecode/templates/base/base.html	Mon Sep 02 16:44:49 2013 +0200
@@ -7,6 +7,10 @@
     <div id="header-inner" class="title">
         <div id="logo">
             <h1><a href="${h.url('home')}">${c.rhodecode_name}</a></h1>
+            <div style="color: #fff; padding: 0px 14px">
+                Attention: deprecated version! Upgrade now to
+                <a style="text-decoration: underline" href="https://rhodecode.com/enterprise">RhodeCode 2.0.0</a> (called RhodeCode Enterprise).
+            </div>
         </div>
         <!-- MENU -->
         ${self.page_nav()}