From 1f1135e8674802419dba4ce8fda1ab59ff2cc523 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 15 Nov 2009 15:44:48 +0000 Subject: [PATCH] Adds links to versions on changelog. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3067 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/changelog.rhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %>