diff --git a/app/views/profile/_create_article.html.erb b/app/views/profile/_create_article.html.erb index fcb2ce2..8991d52 100644 --- a/app/views/profile/_create_article.html.erb +++ b/app/views/profile/_create_article.html.erb @@ -4,7 +4,7 @@

<%= link_to activity.user.short_name(20), activity.user.url %> - <%= _("has published on community %s") % link_to(activity.target.profile.short_name(20), activity.target.profile.url) if activity.target.profile.is_a?(Community) %> + <%= _("has published on community %s").html_safe % link_to(activity.target.profile.short_name(20), activity.target.profile.url) if activity.target.profile.is_a?(Community) %>

<%= link_to(activity.params['name'], activity.params['url']) %>
-- libgit2 0.21.2