diff --git a/app/views/profile/_upload_image.html.erb b/app/views/profile/_upload_image.html.erb index ec460d5..fc16a12 100644 --- a/app/views/profile/_upload_image.html.erb +++ b/app/views/profile/_upload_image.html.erb @@ -3,7 +3,7 @@ <%= link_to(profile_image(activity.user, :minor), activity.user.url) %>
<%= link_to activity.user.name, activity.user.url %> <%= describe activity %>
+<%= link_to activity.user.name, activity.user.url %> <%= describe(activity).html_safe %>
<%= time_ago_in_words(activity.created_at) %>