@@ -10,8 +10,8 | |||
|
10 | 10 | |
|
11 | 11 | <p> |
|
12 | 12 | <%= l(:label_version) %> <%= link_to h(@annotate.content.version), |
|
13 |
:action => 'show', :id => @p |
|
|
14 | :version => @annotate.content.version %> | |
|
13 | :action => 'show', :project_id => @project, | |
|
14 | :id => @page.title, :version => @annotate.content.version %> | |
|
15 | 15 | <em>(<%= h(@annotate.content.author ? |
|
16 | 16 | @annotate.content.author.name : l(:label_user_anonymous)) |
|
17 | 17 | %>, <%= format_time(@annotate.content.updated_on) %>)</em> |
General Comments 0
You need to be logged in to leave comments.
Login now