diff --git a/app/views/shared/_contributors.html.erb b/app/views/shared/_contributors.html.erb index ebe4b52c..9e0cf346 100644 --- a/app/views/shared/_contributors.html.erb +++ b/app/views/shared/_contributors.html.erb @@ -1,5 +1,5 @@ <%= return if contributors.blank? %> -<% contributors.uniq.map do |contributor| %> +<% contributors.uniq do |contributor| %>