From 8d4fd4f0f15025bb414acc734888c4bdea4a4d74 Mon Sep 17 00:00:00 2001 From: Francisco Marcelo A. Lima JĂșnior Date: Fri, 29 Nov 2013 15:20:13 -0300 Subject: [PATCH] add string *has published* --- app/views/profile/_create_article.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile/_create_article.rhtml b/app/views/profile/_create_article.rhtml index 5e06034..afd7716 100644 --- a/app/views/profile/_create_article.rhtml +++ b/app/views/profile/_create_article.rhtml @@ -4,7 +4,7 @@

<%= link_to activity.user.short_name(20), activity.user.url %> - <%= _("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") % 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