From 533244f39de859abec6fa1b856cb87f5169eaa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 20 Jun 2014 19:46:51 +0200 Subject: [PATCH] BUGFIX: link user to his/her profile in edit history --- .../javascripts/discourse/templates/modal/history.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/modal/history.js.handlebars b/app/assets/javascripts/discourse/templates/modal/history.js.handlebars index 6510bbf848..e138a47fed 100644 --- a/app/assets/javascripts/discourse/templates/modal/history.js.handlebars +++ b/app/assets/javascripts/discourse/templates/modal/history.js.handlebars @@ -17,7 +17,7 @@
- {{i18n post.revisions.details.edited_by}} {{bound-avatar-template content.avatar_template "small"}} {{username}} {{bound-date created_at}} {{#if edit_reason}} — {{edit_reason}}{{/if}} + {{i18n post.revisions.details.edited_by}} {{#link-to 'user' username}}{{bound-avatar-template content.avatar_template "small"}} {{username}}{{/link-to}} {{bound-date created_at}} {{#if edit_reason}} — {{edit_reason}}{{/if}}
{{#if title_changes}}