]> source.dussan.org Git - redmine.git/commitdiff
Removes the Redmine version from the footer (closes #794). It can still be viewed...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 9 Mar 2008 22:24:38 +0000 (22:24 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 9 Mar 2008 22:24:38 +0000 (22:24 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1225 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/base.rhtml

index 820a8e7003bebc2019f2cd851e5bfef286718374..0b9d31512e8832f5e66dc07f72905b01d6b7a77d 100644 (file)
@@ -58,7 +58,7 @@
 <div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div>
        
 <div id="footer">
-    Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> <%= Redmine::VERSION %> &copy; 2006-2008 Jean-Philippe Lang
+    Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2008 Jean-Philippe Lang
 </div>
 </div>
 </body>