From e805d790bdf08f4b89f23c918d7c62b4c407c4ef Mon Sep 17 00:00:00 2001 From: jplang Date: Sun, 2 Sep 2007 20:47:41 +0000 Subject: [PATCH] 'Due in' label removed from the changelog view. git-svn-id: http://redmine.rubyforge.org/svn/trunk@700 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/changelog.rhtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/projects/changelog.rhtml b/app/views/projects/changelog.rhtml index 490b857..91c5b84 100644 --- a/app/views/projects/changelog.rhtml +++ b/app/views/projects/changelog.rhtml @@ -15,10 +15,8 @@ <% @versions.each do |version| %>

<%= version.name %>

- <% if version.completed? %> + <% if version.effective_date %>

<%= format_date(version.effective_date) %>

- <% elsif version.effective_date %> -

<%=l(:label_roadmap_due_in)%> <%= distance_of_time_in_words Time.now, version.effective_date %> (<%= format_date(version.effective_date) %>)

<% end %>

<%=h version.description %>

<% issues = version.fixed_issues.find(:all, -- 2.11.4.GIT