diff options
Diffstat (limited to 'redmine/app/views/projects/changelog.rhtml')
-rw-r--r-- | redmine/app/views/projects/changelog.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redmine/app/views/projects/changelog.rhtml b/redmine/app/views/projects/changelog.rhtml index 3be8fb0dc..5d2a588ea 100644 --- a/redmine/app/views/projects/changelog.rhtml +++ b/redmine/app/views/projects/changelog.rhtml @@ -3,7 +3,7 @@ <% fixed_issues = @fixed_issues.group_by {|i| i.fixed_version } %>
<% fixed_issues.each do |version, issues| %>
<p><strong><%= version.name %></strong> - <%= format_date(version.effective_date) %><br />
- <%=h version.descr %></p>
+ <%=h version.description %></p>
<ul>
<% issues.each do |i| %>
<li><%= link_to i.long_id, :controller => 'issues', :action => 'show', :id => i %> [<%= i.tracker.name %>]: <%= i.subject %></li>
|