Commit 8d4fd4f0f15025bb414acc734888c4bdea4a4d74
1 parent
4eb56579
Exists in
master
and in
28 other branches
add string *has published*
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile/_create_article.rhtml
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <div class='profile-activity-description profile-activity-article-<%= activity.target.class.icon_name %>'> | 4 | <div class='profile-activity-description profile-activity-article-<%= activity.target.class.icon_name %>'> |
5 | <p class='profile-activity-text'> | 5 | <p class='profile-activity-text'> |
6 | <%= link_to activity.user.short_name(20), activity.user.url %> | 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 | </p> | 8 | </p> |
9 | <div class='profile-activity-lead'> | 9 | <div class='profile-activity-lead'> |
10 | <div class='article-name'><%= link_to(activity.params['name'], activity.params['url']) %></div> | 10 | <div class='article-name'><%= link_to(activity.params['name'], activity.params['url']) %></div> |