Commit c21b90817d797a99a2e68d4c1faf9db3031fe3c2
Exists in
master
and in
29 other branches
Merge branch 'AI2924-add_verb_users_wall' into 'master'
AI2924 Add verb for the activities on user's wall ActionItem: http://noosfero.org/Development/ActionItem2924
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile/_create_article.rhtml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <div class='profile-activity-description profile-activity-article-<%= activity.target.class.icon_name %>'> |
5 | 5 | <p class='profile-activity-text'> |
6 | 6 | <%= link_to activity.user.short_name(20), activity.user.url %> |
7 | - <%= _("on community %s") % link_to(activity.target.profile.short_name(20), activity.target.profile.url) if activity.target.profile.is_a?(Community) %> | |
7 | + <%= _("has published on community %s") % link_to(activity.target.profile.short_name(20), activity.target.profile.url) if activity.target.profile.is_a?(Community) %> | |
8 | 8 | </p> |
9 | 9 | <div class='profile-activity-lead'> |
10 | 10 | <div class='article-name'><%= link_to(activity.params['name'], activity.params['url']) %></div> | ... | ... |