Skip to content

Remove unnecessary method call in events view

Since User#to_param already returns User#username, we don't need to pass in the user's username. Changing this also helps us obey LoD.

Merge request reports