From 8a0549d378ab19bbc1929a12faa0024cee907078 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 2 Sep 2010 12:29:43 -0300 Subject: [PATCH] Point back to original article --- app/views/cms/_published_article.rhtml | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/app/views/cms/_published_article.rhtml b/app/views/cms/_published_article.rhtml index 96a00a8..03e685d 100644 --- a/app/views/cms/_published_article.rhtml +++ b/app/views/cms/_published_article.rhtml @@ -1 +1,3 @@ <%= f.text_field 'name', :size => '64' %> + +

<%= _('This is a republication of "%s", by %s.') % [link_to(h(@article.reference_article.name), @article.reference_article.url), @article.reference_article.profile.name] %>

-- libgit2 0.21.2