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