From: Jean-Philippe Lang Date: Sun, 15 Nov 2009 15:44:48 +0000 (+0000) Subject: Adds links to versions on changelog. X-Git-Tag: 0.9.0~194 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1f1135e8674802419dba4ce8fda1ab59ff2cc523;p=redmine.git Adds links to versions on changelog. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3067 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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 %>