Defect #4542
Copyright year should be update to 2010
| Status: | Closed | Start date: | 2010-01-09 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | UI | |||
| Target version: | 0.9.1 | |||
| Affected version: | 0.9.0 | Resolution: |
Description
On Redmine 0.9, copyright year in the footer line should be updated to 2010.
Associated revisions
Copyright updated (#4542).
History
Updated by Jean-Philippe Lang about 2 years ago
- Category set to UI
- Target version set to 0.9.1
- Affected version set to 0.9.0
Updated by Jean-Philippe Lang about 2 years ago
- Status changed from New to Closed
Updated by M Salzburg about 2 years ago
Wouldnt it be more effective to define a dynamic date like <%= DateTime.now.year.to_s %> ?
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-<%= DateTime.now.year.to_s %> Jean-Philippe Lang
Updated by Otaci Martins about 2 years ago
M Salzburg wrote:
Wouldnt it be more effective to define a dynamic date like
<%= DateTime.now.year.to_s %>?[...]
But this approach can result in wrong information depending on system date.