Skip to content

Commit

Permalink
improve mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
Largo committed Sep 23, 2024
1 parent 45c9129 commit c7366df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/group_membership_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ def placeholder_group_link
group_links = @group.with_layer.map do |g|
link_to(g, group_url(g))
end
group_links.join(" / ")
join_lines(group_links, " / ")
end
end

0 comments on commit c7366df

Please sign in to comment.