Adds links to versions on changelog.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3067 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c309210654
commit
1f1135e867
|
@ -5,7 +5,8 @@
|
|||
<% end %>
|
||||
|
||||
<% @versions.each do |version| %>
|
||||
<a name="<%= version.name %>"><h3 class="icon22 icon22-package"><%= version.name %></h3></a>
|
||||
<%= tag 'a', :name => version.name %>
|
||||
<h3 class="icon22 icon22-package"><%= link_to h(version.name), :controller => 'versions', :action => 'show', :id => version %></h3>
|
||||
<% if version.effective_date %>
|
||||
<p><%= format_date(version.effective_date) %></p>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue