@@ -15,10 +15,8 | |||
|
15 | 15 | |
|
16 | 16 | <% @versions.each do |version| %> |
|
17 | 17 | <a name="<%= version.name %>"><h3 class="icon22 icon22-package"><%= version.name %></h3></a> |
|
18 |
<% if version. |
|
|
18 | <% if version.effective_date %> | |
|
19 | 19 | <p><%= format_date(version.effective_date) %></p> |
|
20 | <% elsif version.effective_date %> | |
|
21 | <p><strong><%=l(:label_roadmap_due_in)%> <%= distance_of_time_in_words Time.now, version.effective_date %> (<%= format_date(version.effective_date) %>)</strong></p> | |
|
22 | 20 | <% end %> |
|
23 | 21 | <p><%=h version.description %></p> |
|
24 | 22 | <% issues = version.fixed_issues.find(:all, |
General Comments 0
You need to be logged in to leave comments.
Login now