diff --git a/app/views/projects/changelog.rhtml b/app/views/projects/changelog.rhtml index 490b8570..91c5b84e 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,