diff --git a/app/views/projects/changelog.rhtml b/app/views/projects/changelog.rhtml index 9fe1069d3..a1cd99b7d 100644 --- a/app/views/projects/changelog.rhtml +++ b/app/views/projects/changelog.rhtml @@ -5,7 +5,8 @@ <% end %> <% @versions.each do |version| %> -

<%= version.name %>

+ <%= tag 'a', :name => version.name %> +

<%= link_to h(version.name), :controller => 'versions', :action => 'show', :id => version %>

<% if version.effective_date %>

<%= format_date(version.effective_date) %>

<% end %>