diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-31 12:42:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-31 12:42:02 +0000 |
commit | bbe83264771480f32b7b3315873bb495fa779078 (patch) | |
tree | 742655f7fd42e18b530963e8a616a0773f9167da /app/views/layouts/base.rhtml | |
parent | f794ae582c9ab9b5691cc1f800363cbc1347cf6f (diff) | |
download | redmine-bbe83264771480f32b7b3315873bb495fa779078.tar.gz redmine-bbe83264771480f32b7b3315873bb495fa779078.zip |
Updates footer year.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2341 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts/base.rhtml')
-rw-r--r-- | app/views/layouts/base.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index 6e24d9ccf..b6d738131 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -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 %> © 2006-2008 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2009 Jean-Philippe Lang </div> </div> <%= call_hook :view_layouts_base_body_bottom %> |