Merge branch 'master' into minor_fix

This commit is contained in:
evazion
2021-01-04 01:30:28 -06:00
committed by GitHub
243 changed files with 4897 additions and 2446 deletions

View File

@@ -11,7 +11,7 @@ class UploadService
end
def comment_replacement_message(post, replacement)
%("#{replacement.creator.name}":[/users/#{replacement.creator.id}] replaced this post with a new file:\n\n#{replacement_message(post, replacement)})
%("#{replacement.creator.name}":[#{Routes.user_path(replacement.creator)}] replaced this post with a new file:\n\n#{replacement_message(post, replacement)})
end
def replacement_message(post, replacement)