diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-21 18:46:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-21 18:46:26 +0000 |
commit | d66b3452db773e2d9faf2452595ab3e8d136d843 (patch) | |
tree | 38ce910cf45c26789fdb1009f381aa1243e3d814 /app/views/wiki | |
parent | 9ec142713d5eb4c2f45fec02d6062165efe312c7 (diff) | |
download | redmine-d66b3452db773e2d9faf2452595ab3e8d136d843.tar.gz redmine-d66b3452db773e2d9faf2452595ab3e8d136d843.zip |
Wiki page versions routes cleanup.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10687 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/wiki')
-rw-r--r-- | app/views/wiki/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb index a0aa3c04c..dfb4add7c 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -28,7 +28,7 @@ <%= link_to((l(:label_next) + " \xc2\xbb"), :action => 'show', :id => @page.title, :project_id => @page.project, :version => @content.next.version) + " - " if @content.next %> - <%= link_to(l(:label_current_version), :action => 'show', :id => @page.title, :project_id => @page.project) %> + <%= link_to(l(:label_current_version), :action => 'show', :id => @page.title, :project_id => @page.project, :version => nil) %> <br /> <em><%= @content.author ? link_to_user(@content.author) : l(:label_user_anonymous) %>, <%= format_time(@content.updated_on) %> </em><br /> |