From 8e29fa9f4952a4389fff3fe9f2ab1574af6a660f Mon Sep 17 00:00:00 2001 From: Toks Date: Wed, 17 Apr 2013 11:22:10 -0400 Subject: [PATCH] user links for wiki page diff --- app/views/wiki_page_versions/diff.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wiki_page_versions/diff.html.erb b/app/views/wiki_page_versions/diff.html.erb index f0f286013..8b29a62a6 100644 --- a/app/views/wiki_page_versions/diff.html.erb +++ b/app/views/wiki_page_versions/diff.html.erb @@ -2,7 +2,7 @@

Wiki Page: <%= @thispage.title %>

-

Showing differences between <%= compact_time @thispage.created_at %> (<%= link_to @thispage.updater_name, user_path(@thispage.updater) %>) and <%= compact_time @otherpage.created_at %> (<%= link_to @otherpage.updater_name, user_path(@otherpage.updater) %>)

+

Showing differences between <%= compact_time @thispage.created_at %> (<%= link_to_user @thispage.updater %>) and <%= compact_time @otherpage.created_at %> (<%= link_to_user @otherpage.updater %>)

<%= wiki_page_diff(@thispage, @otherpage) %>